提交 41cfec80 编写于 作者: J jiangjiajun

modify install.md

上级 c8e4761f
......@@ -36,3 +36,12 @@ pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonA
# 安装PaddleX
pip install paddlex -i https://mirror.baidu.com/pypi/simple
```
## 安装github上代码
github代码会跟随开发进度不断更新,安装只需将上面步骤中的`pip install paddlex`改成如下方式即可
```
git clone https://github.com/PaddlePaddle/PaddleX.git
cd PaddleX
git checkout develop
python setup.py install
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册