2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 18:25:27 +00:00

More docs

(cherry picked from commit 6386f69213)
This commit is contained in:
Oliver Walters
2021-03-24 22:23:59 +11:00
parent bb99884d68
commit 3fddd8d2da
3 changed files with 68 additions and 30 deletions

View File

@ -74,6 +74,10 @@ InvenTree runs on [Python](https://python.org).
!!! warning "Python Version"
InvenTree requrires Python 3.6 (or newer). If your system has an older version of Python installed, you will need to follow the update instructions for your OS.
### Invoke
InvenTree makes use of the [invoke](https://www.pyinvoke.org/) python toolkit for performing various administrative actions
### Virtual Environment
Installing the required Python packages inside a virtual environment allows a local install separate to the system-wide Python installation. While not strictly necessary, using a virtual environment is **highly recommended** as it prevents conflicts between the different Python installations.