mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
[Fix] Fix typo in installation (#2175)
* [Fix] Fix installation Order of MMEngine and MMCV * fix * fix
This commit is contained in:
parent
d61dd2d821
commit
e2d11d273a
@ -64,7 +64,7 @@ pip install -v -e .
|
||||
Case b: If you use mmsegmentation as a dependency or third-party package, install it with pip:
|
||||
|
||||
```shell
|
||||
pip install 'mmsegmentation>=1.0.0rc0'
|
||||
pip install "mmsegmentation>=1.0.0rc0"
|
||||
```
|
||||
|
||||
### Verify the installation
|
||||
@ -159,8 +159,8 @@ thus we only need to install MMCV and MMSegmentation with the following commands
|
||||
|
||||
```shell
|
||||
!pip3 install openmim
|
||||
!mim install 'mmcv>=2.0.0rc1'
|
||||
!mim install mmengine
|
||||
!mim install "mmcv>=2.0.0rc1"
|
||||
```
|
||||
|
||||
**Step 2.** Install MMSegmentation from the source.
|
||||
|
Loading…
x
Reference in New Issue
Block a user