From 2ab1b6f0f0c7be7d77ae1d927a3f1fa49483cba8 Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Sat, 19 Sep 2020 06:55:53 +0000 Subject: [PATCH] fix install en --- docs/en/tutorials/install_en.md | 9 +++++++++ docs/zh_CN/tutorials/install.md | 2 ++ 2 files changed, 11 insertions(+) diff --git a/docs/en/tutorials/install_en.md b/docs/en/tutorials/install_en.md index b79f397b..8f646a45 100644 --- a/docs/en/tutorials/install_en.md +++ b/docs/en/tutorials/install_en.md @@ -51,3 +51,12 @@ git clone https://github.com/PaddlePaddle/PaddleClas.git ``` pip install --upgrade -r requirements.txt ``` + +If the install process of visualdl failed, you can try the following commands. + +``` +pip3 install --upgrade visualdl==2.0.0b3 -i https://mirror.baidu.com/pypi/simple + +``` + +What's more, visualdl is just supported in python3, so python3 is needed if you want to use visualdl. diff --git a/docs/zh_CN/tutorials/install.md b/docs/zh_CN/tutorials/install.md index 861c4004..449b8238 100644 --- a/docs/zh_CN/tutorials/install.md +++ b/docs/zh_CN/tutorials/install.md @@ -67,3 +67,5 @@ visualdl可能出现安装失败,请尝试 pip3 install --upgrade visualdl==2.0.0b3 -i https://mirror.baidu.com/pypi/simple ``` + +此外,visualdl目前只支持在python3下运行,因此如果希望使用visualdl,需要使用python3。 -- GitLab