Update get_started.md (#2174)

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

View File

@ -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.