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
co-authored by Matthias Mair
parent cb540ebe90
commit a0813dd3c1
+1
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')