mirror of
https://github.com/iio612/DEFENDER.git
synced 2026-02-13 19:24:23 +00:00
@@ -53,8 +53,11 @@ class Install:
|
|||||||
if not do_install:
|
if not do_install:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
print("===> Vider le cache de pip")
|
||||||
|
check_call(['pip','cache','purge'])
|
||||||
|
|
||||||
print("===> Verifier si pip est a jour")
|
print("===> Verifier si pip est a jour")
|
||||||
run(['python', '-m', 'pip', 'install', '--upgrade', 'pip'])
|
check_call(['python', '-m', 'pip', 'install', '--upgrade', 'pip'])
|
||||||
|
|
||||||
if find_spec('greenlet') is None:
|
if find_spec('greenlet') is None:
|
||||||
check_call(['pip','install', '--only-binary', ':all:', 'greenlet'])
|
check_call(['pip','install', '--only-binary', ':all:', 'greenlet'])
|
||||||
|
|||||||
Reference in New Issue
Block a user