docs: update
parent
26c59d953b
commit
01626d1d96
|
@ -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` 中给出,可通过如下命令安装:
|
||||
|
||||
|
|
Loading…
Reference in New Issue