2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

Make sure PIP is upgraded to latest version (#3402)

Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
Oliver 2022-07-26 12:01:43 +10:00 committed by GitHub
parent cb540ebe90
commit a0813dd3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ def install(c):
print("Installing required python packages from 'requirements.txt'")
# Install required Python packages with PIP
c.run('pip3 install --upgrade pip')
c.run('pip3 install -U -r requirements.txt')