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:
@ -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
|
||||
|
Reference in New Issue
Block a user