Skip to content

Commit

Permalink
Update virtualenv creation instructions (#83)
Browse files Browse the repository at this point in the history
There's a minor typo.
  • Loading branch information
ralienpp authored Apr 10, 2024
1 parent 02198f9 commit 4b6b081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ described in the subsection above.
Execute in a Terminal/Console/Administrator Command Prompt

```shell
python3 -mvenv venv
python3 -m venv venv
. venv/bin/activate
python3 -m ensurepip --upgrade
```
Expand Down

0 comments on commit 4b6b081

Please sign in to comment.