未验证 提交 f3f771a7 编写于 作者: J Jason 提交者: GitHub

Update install.md

上级 90d5fe7b
...@@ -10,13 +10,13 @@ conda activate paddlex ...@@ -10,13 +10,13 @@ conda activate paddlex
# 安装paddlepaddle # 安装paddlepaddle
# cpu版: pip install paddlepaddle # cpu版: pip install paddlepaddle
pip install paddlepaddle-gpu pip install paddlepaddle-gpu -i https://mirror.baidu.com/pypi/simple
# 安装cython # 安装cython
pip install cython pip install cython
# 安装PaddleX # 安装PaddleX
pip install paddlex pip install paddlex -i https://mirror.baidu.com/pypi/simple
``` ```
## Windows安装 ## Windows安装
...@@ -27,11 +27,11 @@ conda activate paddlex ...@@ -27,11 +27,11 @@ conda activate paddlex
# 安装paddlepaddle # 安装paddlepaddle
# cpu版: pip install paddlepaddle # cpu版: pip install paddlepaddle
pip install paddlepaddle-gpu pip install paddlepaddle-gpu-i https://mirror.baidu.com/pypi/simple
# 安装pycocotools # 安装pycocotools
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
# 安装PaddleX # 安装PaddleX
pip install paddlex pip install paddlex -i https://mirror.baidu.com/pypi/simple
``` ```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册