MindSpore-Model-Development/docs
Xunhui Zhang 6567b93c30 update instructions of the challenge 2023-04-18 15:43:37 +08:00
..
en update instructions of the challenge 2023-04-18 15:43:37 +08:00
resource/_static update instructions of the challenge 2023-04-18 15:43:37 +08:00
zh_cn update instructions of the challenge 2023-04-18 15:43:37 +08:00
README.md update instructions of the challenge 2023-04-18 15:43:37 +08:00
requirements.txt update instructions of the challenge 2023-04-18 15:43:37 +08:00

README.md

Build Documentation

  1. Clone mindcv

    git clone https://github.com/mindspore-lab/mindcv.git
    cd mindcv
    
  2. Install the building dependencies of documentation

    pip install -r docs/requirements.txt
    
  3. Change directory to docs/en or docs/zh_cn

    cd docs/en  # or docs/zh_cn
    
  4. Build documentation

    make html
    
  5. Open _build/html/index.html with browser