2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Update minimum python version (#374)

This now points to the source directly.
This commit is contained in:
Matthias Mair 2022-10-22 02:25:37 +02:00 committed by GitHub
parent d175711eb3
commit ef4eb6ec80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ Install required system packages (as superuser):
The following packages are required on a debian system. A different distribution may require a slightly different set of packages
!!! info "Python Version"
InvenTree requires Python version 3.8 or newer
InvenTree requires a modern Python version check [here](https://github.com/inventree/InvenTree/blob/master/CONTRIBUTING.md#target-version) for the current minimums.
```
sudo apt-get update