Skip to content

Commit 4b6b081

Browse files
authored
Update virtualenv creation instructions (#83)
There's a minor typo.
1 parent 02198f9 commit 4b6b081

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
@@ -100,7 +100,7 @@ described in the subsection above.
100100
Execute in a Terminal/Console/Administrator Command Prompt
101101

102102
```shell
103-
python3 -mvenv venv
103+
python3 -m venv venv
104104
. venv/bin/activate
105105
python3 -m ensurepip --upgrade
106106
```

0 commit comments

Comments
 (0)