update pip first

This commit is contained in:
j 2023-07-27 19:03:58 +02:00
parent 262e3f29e0
commit 13d6f7e316
1 changed files with 1 additions and 0 deletions

View File

@ -306,6 +306,7 @@ if __name__ == "__main__":
if old < 6500:
run('./bin/pip', 'install', '-r', 'requirements.txt')
if old <= 6517:
run('./bin/pip', 'install', '-U', 'pip')
run('./bin/pip', 'install', '-r', 'requirements.txt')
else:
if len(sys.argv) == 1: