More concise instructions for creating virtualenv

Co-authored-by: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
George Thomas 2021-07-26 00:30:31 +01:00 committed by GitHub
parent a2d4525950
commit 6d0c554406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,10 +40,8 @@ Choose an installation path, here the current user's home directory (`~`).
Create a virtual environment::
cd ~
mkdir ihatemoney
cd ihatemoney
python3 -m venv .
python3 -m venv ~/ihatemoney
cd ~/ihatemoney
Activate the virtual environment::