Update get_started.md (#2174)

fix the installation commands
pull/2175/head
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
1 changed files with 2 additions and 2 deletions

View File

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