docs: update

pull/2240/head
root 2022-08-16 13:54:59 +00:00 committed by Tingquan Gao
parent 26c59d953b
commit 01626d1d96
1 changed files with 7 additions and 1 deletions

View File

@ -96,7 +96,13 @@ git clone https://gitee.com/paddlepaddle/PaddleClas.git -b release/2.4
```
<a name='1.3'></a>
### 1.3 安装 Python 依赖库
### 1.3 安装 PaddleClas 及其 Python 依赖库
建议直接从 PyPI 安装 PaddleClas
```shell
pip install paddleclas
```
PaddleClas 的 Python 依赖库在 `requirements.txt` 中给出,可通过如下命令安装: