Skip to content

Commit

Permalink
[Fix] Fix a typo in get_started.md (open-mmlab#1755)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan-Daojiang authored Jul 11, 2022
1 parent 8556944 commit 891448f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh_cn/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ git clone https://github.com/open-mmlab/mmsegmentation.git
cd mmsegmentation
pip install -v -e .
# "-v "指详细说明,或更多的输出
# "-e" 表示在可编辑模式下安装项目,因此对代码所做的任何本地修改都会生效,从而无需重新安# 装
# "-e" 表示在可编辑模式下安装项目,因此对代码所做的任何本地修改都会生效,从而无需重新安装
```

### 作为 Python 包安装
Expand Down

0 comments on commit 891448f

Please sign in to comment.