Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 714 Bytes

install_paddleclas_en.md

File metadata and controls

32 lines (20 loc) · 714 Bytes

Install PaddleClas


Catalogue

1. Clone PaddleClas source code

git clone https://github.com/PaddlePaddle/PaddleClas.git -b develop

If it is too slow for you to download from github, you can download PaddleClas from gitee. The command is as follows.

git clone https://gitee.com/paddlepaddle/PaddleClas.git -b develop

2. Install requirements

PaddleClas dependencies are listed in file requirements.txt, you can use the following command to install the dependencies.

pip install --upgrade -r requirements.txt -i https://mirror.baidu.com/pypi/simple