We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9406fa7 commit 17366b1Copy full SHA for 17366b1
README.md
@@ -63,9 +63,9 @@ for Python 2.7. Download and install both.
63
64
To setup the virtual environment run (assuming git bash):
65
66
- $ py.exe -2 -mvirtualenv --system-site-packages venv
67
- $ venv/Scripts/python -mpip install --upgrade pip wheel setuptools
68
- $ venv/Scripts/pip install .
+ $ py.exe -2 -mvirtualenv --system-site-packages venv-27
+ $ venv-27/Scripts/python -mpip install --upgrade pip wheel setuptools
+ $ venv-27/Scripts/pip install .
69
70
NOTE: The `py.exe` tool is only shipped with recent Python 3.
71
0 commit comments