mirror of
https://github.com/open-mmlab/mmengine.git
synced 2025-06-03 21:54:44 +08:00
* Update link * update zh version of readme * fix typo * Update README_zh-CN.md * Update README_zh-CN.md * Update README_zh-CN.md * fix minor typo * Update README_zh-CN.md * Update README_zh-CN.md * update docs * Update infer.md * Update README.md * minor refinement --------- Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
Build Documentation
-
Clone MMEngine
git clone https://github.com/open-mmlab/mmengine.git cd mmengine
-
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