Skip to content

Commit

Permalink
update installation guide (#1701)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellock committed Nov 23, 2019
1 parent e033ef6 commit 625efeb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/INSTALL.md
Expand Up @@ -42,8 +42,8 @@ cd mmdetection
d. Install mmdetection (other dependencies will be installed automatically).

```shell
python setup.py develop
# or "pip install -v -e ."
pip install mmcv
python setup.py develop # or "pip install -v -e ."
```

Note:
Expand All @@ -53,6 +53,9 @@ It is recommended that you run step d each time you pull some updates from githu

2. Following the above instructions, mmdetection is installed on `dev` mode, any local modifications made to the code will take effect without the need to reinstall it (unless you submit some commits and want to update the version number).

3. If you would like to use `opencv-python-headless` instead of `opencv-python`,
you can install it before installing MMCV.

### Another option: Docker Image

We provide a [Dockerfile](../docker/Dockerfile) to build an image.
Expand Down

0 comments on commit 625efeb

Please sign in to comment.