Skip to content

Commit 891448f

Browse files
authored
[Fix] Fix a typo in get_started.md (open-mmlab#1755)
1 parent 8556944 commit 891448f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh_cn/get_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ git clone https://github.com/open-mmlab/mmsegmentation.git
5858
cd mmsegmentation
5959
pip install -v -e .
6060
# "-v "指详细说明,或更多的输出
61-
# "-e" 表示在可编辑模式下安装项目,因此对代码所做的任何本地修改都会生效,从而无需重新安# 装
61+
# "-e" 表示在可编辑模式下安装项目,因此对代码所做的任何本地修改都会生效,从而无需重新安装
6262
```
6363

6464
### 作为 Python 包安装

0 commit comments

Comments
 (0)