Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Jan 21, 2020
1 parent 9f2dc17 commit fcbeabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Installation

a. Create a [conda](www.anaconda.com/distribution/) virtual environment and activate it:
a. [Optional] Create a [conda](www.anaconda.com/distribution/) virtual environment and activate it:

``` shell
conda create -n open-mmlab python=3.7 -y
Expand All @@ -27,7 +27,7 @@ d. Install mmskeleton:
python setup.py develop
```

e. Install mmdetection for person detection [Option]:
e. [Optional] Install mmdetection for person detection:
``` shell
python setup.py develop --mmdet
```
Expand Down

0 comments on commit fcbeabf

Please sign in to comment.