2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Regenerate translation files

- Also fix documentation for making a virtual envirtonment
This commit is contained in:
Oliver Walters
2019-12-09 22:17:21 +11:00
parent fafd0397bc
commit 6cd3b3176c
4 changed files with 169 additions and 167 deletions

View File

@ -31,12 +31,14 @@ To configure Inventree inside a virtual environment, ``cd`` into the inventree b
``apt-get install python3-venv``
``source inventree/bin/activate``
``python3 -m venv inventree-env``
``source inventree-env/bin/activate``
This will place the current shell session inside a virtual environment - the terminal should display the ``(inventree)`` prefix.
.. note::
Remember to run ``source inventree/bin/activate`` when starting each shell session, before running Inventree commands. This will ensure that the correct environment is being used.
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.
Installation