Skip to content

Commit

Permalink
fixed docs/zh_cn.getting_started (open-mmlab#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Subjectivist authored and deleomike committed Apr 14, 2022
1 parent f8fc577 commit 5084a06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/zh_cn/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ git checkout v0.20.0 # switch to v0.20.0 branch
pip install -e . # or "python setup.py develop"
```

**f. 克隆 MMDetection3D 代码仓库**

```shell
git clone https://github.com/open-mmlab/mmdetection3d.git
cd mmdetection3d
```



**g. 安装依赖包和 MMDetection3D.**

```shell
Expand Down

0 comments on commit 5084a06

Please sign in to comment.