1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00

Update get_started.md ()

fix the installation commands
This commit is contained in:
Range King 2022-10-12 16:20:30 +08:00 committed by GitHub
parent 1413c75340
commit d61dd2d821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,8 +42,8 @@ We recommend that users follow our best practices to install MMSegmentation. How
```shell ```shell
pip install -U openmim pip install -U openmim
mim install 'mmcv>=2.0.0rc1' mim install mmengine
mim install mmenigne mim install "mmcv>=2.0.0rc1"
``` ```
**Step 1.** Install MMSegmentation. **Step 1.** Install MMSegmentation.