Skip to content

Commit

Permalink
Update install tips in README
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Apr 5, 2020
1 parent 6b0a3ec commit c79997b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ create & activate virtual env then install dependency:

with venv/virtualenv + pip:
```
$ python -m venv env # use `virtualenv env` for Python2, use `python3` for Python3 on Linux & macOS
$ python -m venv env # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS
$ source env/bin/activate # use `env\Scripts\activate` on Windows
$ pip install -r requirements.txt # use `pip3` for Python3 on Linux & macOS
$ pip install -r requirements.txt
```
or with Pipenv:
```
Expand Down

0 comments on commit c79997b

Please sign in to comment.