提交 2ab1b6f0 编写于 作者: littletomatodonkey's avatar littletomatodonkey

fix install en

上级 3790f33f
...@@ -51,3 +51,12 @@ git clone https://github.com/PaddlePaddle/PaddleClas.git ...@@ -51,3 +51,12 @@ git clone https://github.com/PaddlePaddle/PaddleClas.git
``` ```
pip install --upgrade -r requirements.txt 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.
...@@ -67,3 +67,5 @@ visualdl可能出现安装失败,请尝试 ...@@ -67,3 +67,5 @@ visualdl可能出现安装失败,请尝试
pip3 install --upgrade visualdl==2.0.0b3 -i https://mirror.baidu.com/pypi/simple pip3 install --upgrade visualdl==2.0.0b3 -i https://mirror.baidu.com/pypi/simple
``` ```
此外,visualdl目前只支持在python3下运行,因此如果希望使用visualdl,需要使用python3。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册