8000 Provide extra way to create venv · SirGnip/python_template@1459f42 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1459f42

Browse files
committed
Provide extra way to create venv
1 parent da36c6d commit 1459f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A template for new Python projects
44
# How to run tools against the code
55

66
# create and activate virtual environment
7-
python -m venv venv
7+
python -m venv venv # or `py -3.7 -m venv venv`
88
source venv/Scripts/activate
99

1010
# install to current environment (with current dir at top of repo)

0 commit comments

Comments
 (0)
0