diff --git a/README.md b/README.md index 0617647..507b6cf 100644 --- a/README.md +++ b/README.md @@ -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: ```