未验证 提交 788a9b4c 编写于 作者: W Wei Shengyu 提交者: GitHub

Update install.md

上级 21a89ee3
...@@ -93,13 +93,13 @@ python3 -c "import paddle; print(paddle.__version__)" ...@@ -93,13 +93,13 @@ python3 -c "import paddle; print(paddle.__version__)"
### 2.1 克隆PaddleClas模型库 ### 2.1 克隆PaddleClas模型库
```bash ```bash
git clone https://github.com/PaddlePaddle/PaddleClas.git -b develop git clone https://github.com/PaddlePaddle/PaddleClas.git -b release/2.2
``` ```
如果从github上网速太慢,可以从gitee下载,下载命令如下: 如果从github上网速太慢,可以从gitee下载,下载命令如下:
```bash ```bash
git clone https://gitee.com/paddlepaddle/PaddleClas.git -b develop git clone https://gitee.com/paddlepaddle/PaddleClas.git -b release/2.2
``` ```
### 2.2 安装Python依赖库 ### 2.2 安装Python依赖库
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册