mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Move in to directory in installation instructions
This commit is contained in:
parent
75191bac1a
commit
7ad96aec3b
1 changed files with 5 additions and 2 deletions
|
@ -40,11 +40,14 @@ Choose an installation path, here the current user's home directory (`~`).
|
|||
|
||||
Create a virtual environment::
|
||||
|
||||
python3 -m venv ~/ihatemoney
|
||||
cd ~
|
||||
mkdir ihatemoney
|
||||
cd ihatemoney
|
||||
python3 -m venv .
|
||||
|
||||
Activate the virtual environment::
|
||||
|
||||
source ~/ihatemoney/bin/activate
|
||||
source bin/activate
|
||||
|
||||
.. note:: You will have to re-issue that ``source`` command if you open a new
|
||||
terminal.
|
||||
|
|
Loading…
Reference in a new issue