forked from 0x2620/pandora
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:
|
if old < 6500:
|
||||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||||
if old <= 6517:
|
if old <= 6517:
|
||||||
|
run('./bin/pip', 'install', '-U', 'pip')
|
||||||
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
run('./bin/pip', 'install', '-r', 'requirements.txt')
|
||||||
else:
|
else:
|
||||||
if len(sys.argv) == 1:
|
if len(sys.argv) == 1:
|
||||||
|
|
Loading…
Reference in a new issue