Skip to content

Commit

Permalink
Update virtualenv instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Nov 27, 2023
1 parent 425574b commit dd6ada8
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 @@ -210,7 +210,7 @@ Development

Create a virtual environment:

virtualenv --python=/usr/bin/python3 .venv
python3 -m venv .venv

Activate virtual environment:

Expand Down

0 comments on commit dd6ada8

Please sign in to comment.