mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16: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:
parent
cb540ebe90
commit
a0813dd3c1
1
tasks.py
1
tasks.py
@ -94,6 +94,7 @@ def install(c):
|
|||||||
print("Installing required python packages from 'requirements.txt'")
|
print("Installing required python packages from 'requirements.txt'")
|
||||||
|
|
||||||
# Install required Python packages with PIP
|
# Install required Python packages with PIP
|
||||||
|
c.run('pip3 install --upgrade pip')
|
||||||
c.run('pip3 install -U -r requirements.txt')
|
c.run('pip3 install -U -r requirements.txt')
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user