Skip to content

Commit

Permalink
fixed docs/zh_cn.getting_started (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
Subjectivist authored Mar 9, 2022
1 parent bf7e087 commit 33de208
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 @@ -129,6 +129,15 @@ git checkout v0.14.1 # switch to v0.14.1 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 33de208

Please sign in to comment.