note that venv is optional
This commit is contained in:
parent
9709a0a415
commit
88123342be
@ -68,7 +68,9 @@ If python 3.7 is not your default python3 version, create a virtualenv:
|
|||||||
```bash
|
```bash
|
||||||
# Check python3 version:
|
# Check python3 version:
|
||||||
python3 --version
|
python3 --version
|
||||||
# output: Python 3.7.5rc1
|
# output on my system: Python 3.7.5rc1
|
||||||
|
# If this indicates a version >= 3.7, you can skip all
|
||||||
|
# the steps involving virtualenv or referencing the venv/ directory
|
||||||
|
|
||||||
# Create a virtual environment using python3.7 and place it in the directory `venv/`
|
# Create a virtual environment using python3.7 and place it in the directory `venv/`
|
||||||
virtualenv -p python3.7 venv
|
virtualenv -p python3.7 venv
|
||||||
|
Loading…
Reference in New Issue
Block a user