Update README.md
@@ -44,6 +44,8 @@ The design of PaddleX Python API taking into account of comprehensive functions,
> - cython
> - pycocotools
+You shuould use command of python3 and pip3 instead if you have python2 installed.
+
```
pip install paddlex -i https://mirror.baidu.com/pypi/simple
@@ -72,6 +72,8 @@ python data/download_data.py
* Python >= 3.5
* PaddleX >= 1.0.0
+推荐用python3.8.7,如果已经安装了python2,下面的所有python及pip命令请用python3及pip3替代,否则会失败。
安装的相关问题参考[PaddleX安装](../../docs/install.md)
* 下载PaddleX源码: