From 4dbf73976168fe0de074dae3487a72d31c6d1de6 Mon Sep 17 00:00:00 2001 From: ZwwWayne Date: Fri, 21 May 2021 14:12:28 +0800 Subject: [PATCH] update installation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db57306..8ec3322 100644 --- a/README.md +++ b/README.md @@ -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)