From ef37eada2f46f9ff309c9b09619829d25ea847f1 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 5 Dec 2019 23:07:36 +1100 Subject: [PATCH] Tweak docs --- docs/start.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/start.rst b/docs/start.rst index 344e49d067..65fbf7b1ec 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -29,10 +29,9 @@ Installing the required Python packages inside a virtual environment allows a lo To configure Inventree inside a virtual environment, ``cd`` into the inventree base directory and run the following commands: -`` -apt-get install python3-venv -source inventree/bin/activate -`` +``apt-get install python3-venv`` + +``source inventree/bin/activate`` This will place the current shell session inside a virtual environment - the terminal should display the ``(inventree)`` prefix.