8000
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 da36c6d commit 1459f42Copy full SHA for 1459f42
README.md
@@ -4,7 +4,7 @@ A template for new Python projects
4
# How to run tools against the code
5
6
# create and activate virtual environment
7
- python -m venv venv
+ python -m venv venv # or `py -3.7 -m venv venv`
8
source venv/Scripts/activate
9
10
# install to current environment (with current dir at top of repo)
0 commit comments