mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
More concise instructions for creating virtualenv
Co-authored-by: Glandos <bugs-github@antipoul.fr>
This commit is contained in:
parent
a2d4525950
commit
6d0c554406
1 changed files with 2 additions and 4 deletions
|
@ -40,10 +40,8 @@ Choose an installation path, here the current user's home directory (`~`).
|
||||||
|
|
||||||
Create a virtual environment::
|
Create a virtual environment::
|
||||||
|
|
||||||
cd ~
|
python3 -m venv ~/ihatemoney
|
||||||
mkdir ihatemoney
|
cd ~/ihatemoney
|
||||||
cd ihatemoney
|
|
||||||
python3 -m venv .
|
|
||||||
|
|
||||||
Activate the virtual environment::
|
Activate the virtual environment::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue