mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
Update get_started.md (#2148)
This commit is contained in:
parent
02d3793f0e
commit
650be56fcc
@ -51,10 +51,8 @@ mim install "mmcv>=2.0.0rc1"
|
|||||||
Case a: If you develop and run mmseg directly, install it from source:
|
Case a: If you develop and run mmseg directly, install it from source:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/open-mmlab/mmsegmentation.git
|
git clone -b dev-1.x https://github.com/open-mmlab/mmsegmentation.git
|
||||||
cd mmsegmentation
|
cd mmsegmentation
|
||||||
git checkout dev-1.x
|
|
||||||
# branch 'dev-1.x' set up to track remote branch 'dev-1.x' from 'origin'.
|
|
||||||
pip install -v -e .
|
pip install -v -e .
|
||||||
# '-v' means verbose, or more output
|
# '-v' means verbose, or more output
|
||||||
# '-e' means installing a project in editable mode,
|
# '-e' means installing a project in editable mode,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user