We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8556944 commit 891448fCopy full SHA for 891448f
docs/zh_cn/get_started.md
@@ -58,7 +58,7 @@ git clone https://github.com/open-mmlab/mmsegmentation.git
58
cd mmsegmentation
59
pip install -v -e .
60
# "-v "指详细说明,或更多的输出
61
-# "-e" 表示在可编辑模式下安装项目,因此对代码所做的任何本地修改都会生效,从而无需重新安# 装。
+# "-e" 表示在可编辑模式下安装项目,因此对代码所做的任何本地修改都会生效,从而无需重新安装。
62
```
63
64
### 作为 Python 包安装
0 commit comments