Unverified Commit 33de2083 authored by Subjectivist's avatar Subjectivist Committed by GitHub
Browse files

fixed docs/zh_cn.getting_started (#1298)

parent bf7e0877
...@@ -129,6 +129,15 @@ git checkout v0.14.1 # switch to v0.14.1 branch ...@@ -129,6 +129,15 @@ git checkout v0.14.1 # switch to v0.14.1 branch
pip install -e . # or "python setup.py develop" pip install -e . # or "python setup.py develop"
``` ```
**f. 克隆 MMDetection3D 代码仓库**
```shell
git clone https://github.com/open-mmlab/mmdetection3d.git
cd mmdetection3d
```
**g. 安装依赖包和 MMDetection3D.** **g. 安装依赖包和 MMDetection3D.**
```shell ```shell
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment