Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 822 Bytes

install_paddleclas_en.md

File metadata and controls

38 lines (24 loc) · 822 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 PaddleClas and requirements

  • [Recommended] Installing from PyPI:
pip install paddleclas
  • 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:
python setup.py install