update pip first
This commit is contained in:
parent
262e3f29e0
commit
13d6f7e316
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue