From 6d0c554406bfdd4c52ee53bd17bcfebb14bf4eb0 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Mon, 26 Jul 2021 00:30:31 +0100 Subject: [PATCH] More concise instructions for creating virtualenv Co-authored-by: Glandos --- docs/installation.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index e46312bb..e6351a4f 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -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::