mirror of
https://github.com/open-mmlab/mmyolo.git
synced 2025-06-03 15:00:20 +08:00
* refactor_docs_cn * update * update * update * add dataset_preparation --------- Co-authored-by: huanghaian <huanghaian@sensetime.com>
443 B
443 B
Build Documentation
-
Clone MMYOLO
git clone https://github.com/open-mmlab/mmyolo.git cd mmyolo
-
Install the building dependencies of documentation
pip install -r requirements/docs.txt
-
Change directory to
docs/en
ordocs/zh_cn
cd docs/en # or docs/zh_cn
-
Build documentation
make html
-
Open
_build/html/index.html
with browser