2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00
This commit is contained in:
Oliver Walters
2020-02-16 09:25:28 +11:00
parent f03f6c4386
commit 64c567474a
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ To configure Inventree inside a virtual environment, ``cd`` into the inventree b
``source inventree-env/bin/activate``
This will place the current shell session inside a virtual environment - the terminal should display the ``(inventree)`` prefix.
This will place the current shell session inside a virtual environment - the terminal should display the ``(inventree-env)`` prefix.
.. note::
Remember to run ``source inventree-env/bin/activate`` when starting each shell session, before running Inventree commands. This will ensure that the correct environment is being used.