Przeglądaj źródła

Merge pull request #560 from guojiahuiEmily/develop

Update README.md
Jason 4 lat temu
rodzic
commit
f70b40b32b
2 zmienionych plików z 4 dodań i 0 usunięć
  1. 2 0
      README.md
  2. 2 0
      examples/human_segmentation/README.md

+ 2 - 0
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
 ```

+ 2 - 0
examples/human_segmentation/README.md

@@ -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源码: