update installation

pull/10/head
ZwwWayne 2021-05-21 14:12:28 +08:00
parent 829a0c30f6
commit 4dbf739761
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ MIM provides a unified API for launching and installing OpenMMLab projects and t
```bash
git clone https://github.com/open-mmlab/mim.git
cd mim
python setup.py develop or python setup.py install
pip install -e .
# python setup.py develop or python setup.py install
```
4. Auto completion (Optional)