Move in to directory in installation instructions

This commit is contained in:
George Thomas 2021-07-25 18:24:15 +01:00
parent 75191bac1a
commit 7ad96aec3b

View file

@ -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.