From 532b59b9ca71f17c8728081f85fa666d5884a823 Mon Sep 17 00:00:00 2001 From: Xiaolin Wang Date: Fri, 24 Dec 2021 16:08:20 +0800 Subject: [PATCH] fix typo (#18) --- docs/en/get_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get_started.md b/docs/en/get_started.md index 445e7dab..b5ef5f2a 100644 --- a/docs/en/get_started.md +++ b/docs/en/get_started.md @@ -48,8 +48,8 @@ It is recommended to install MMRazor with [MIM](https://github.com/open-mmlab/mim), which automatically handles the dependencies of OpenMMLab projects, including mmcv and other python packages. ```Bash -pip install openmin -min install mmrazor +pip install openmim +mim install mmrazor ``` Or you can still install MMRazor manually