Skip to content

Commit b2d862b

Browse files
TingquanGaocuicheng01
authored andcommitted
docs: change to pip install -v -e .
1 parent 88ec105 commit b2d862b

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

docs/en/PPShiTu/PPShiTuV2_introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Open the installed APP, click the "**file recognition**" button below, select th
8080
cd PaddleClas
8181

8282
# install paddleclas
83-
python3.7 setup.py install
83+
pip install -v -e .
8484
```
8585

8686
- Then execute the following command to download and decompress the demo data, and finally execute command to quick start image recognition

docs/en/advanced_tutorials/model_prune_quantization_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pip install paddleslim -i https://pypi.tuna.tsinghua.edu.cn/simple
5555
```
5656
git clone https://github.com/PaddlePaddle/PaddleSlim.git
5757
cd Paddleslim
58-
python3.7 setup.py install
58+
pip install -v -e .
5959
```
6060

6161
<a name="1.2"></a>

docs/en/inference_deployment/whl_deploy_en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pip3 install paddleclas
3434
* Please build and install locally if you need to use the develop branch of PaddleClas to experience the latest functions, or need to redevelop based on PaddleClas. The command is as follows:
3535

3636
```bash
37-
python3 setup.py install
37+
pip install -v -e .
3838
```
3939

4040
<a name="2"></a>

docs/en/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,5 +140,5 @@ pip install paddleclas
140140
* Please build and install locally if you need to use the develop branch of PaddleClas to experience the latest functions, or need to redevelop based on PaddleClas. The command is as follows:
141141

142142
```shell
143-
python setup.py install
143+
pip install -v -e .
144144
```

docs/zh_CN/deployment/PP-ShiTu/paddle_lite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ cp general_PPLCNetV2_base_pretrained_v1.0_infer/rec.nb deploy/lite_shitu/models/
245245
# 进入PaddleClas根目录
246246
cd $PaddleClas
247247
# 安装PaddleClas
248-
python setup.py install
248+
pip install -v -e .
249249
cd deploy
250250
# 下载瓶装饮料数据集
251251
wget https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/data/drink_dataset_v2.0.tar && tar -xf drink_dataset_v2.0.tar

docs/zh_CN/deployment/PP-ShiTu/whl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pip3 install paddleclas
2020
* 如需使用 PaddleClas develop 分支体验最新功能,或是需要基于 PaddleClas 进行二次开发,请本地构建安装:
2121

2222
```bash
23-
python3 setup.py install
23+
pip install -v -e .
2424
```
2525

2626
<a name="2"></a>

docs/zh_CN/deployment/image_classification/whl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pip3 install paddleclas
3232
* 如需使用 PaddleClas develop 分支体验最新功能,或是需要基于 PaddleClas 进行二次开发,请本地构建安装:
3333

3434
```bash
35-
python3 setup.py install
35+
pip install -v -e .
3636
```
3737

3838
<a name="2"></a>

docs/zh_CN/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pip install paddleclas
107107
* 如需使用 PaddleClas develop 分支体验最新功能,或是需要基于 PaddleClas 进行二次开发,请本地构建安装,命令如下:
108108

109109
```shell
110-
python setup.py install
110+
pip install -v -e .
111111
```
112112

113113
<a name='2'></a>

docs/zh_CN/models/PP-ShiTu/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ PP-ShiTuV2 是基于 PP-ShiTuV1 改进的一个实用轻量级通用图像识别
8585
cd PaddleClas
8686

8787
# 安装paddleclas
88-
python3.7 setup.py install
88+
pip install -v -e .
8989
```
9090

9191
- 然后执行以下命令下载并解压好demo数据,最后执行命令体验索引库构建和图像识别

docs/zh_CN/models/practical_models/CLIP_large_patch14_224_aesthetic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ python3 -m pip uninstall paddleclas
6464

6565
```
6666
cd path/to/PaddleClas
67-
python3 setup.py install
67+
pip install -v -e .
6868
```
6969

7070
<a name="3"></a>

0 commit comments

Comments
 (0)