瀏覽代碼

Update install.md

Jason 5 年之前
父節點
當前提交
978c209198
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/install.md

+ 2 - 1
docs/install.md

@@ -27,9 +27,10 @@ conda activate paddlex
 
 # 安装paddlepaddle
 # cpu版: pip install paddlepaddle
-pip install paddlepaddle-gpu-i https://mirror.baidu.com/pypi/simple
+pip install paddlepaddle-gpu -i https://mirror.baidu.com/pypi/simple
 
 # 安装pycocotools
+pip install cython -i https://mirror.baidu.com/pypi/simple
 pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
 
 # 安装PaddleX