Update setup_macos.py
This commit is contained in:
parent
f4fe8694c6
commit
0d34f4fa6f
@ -7,7 +7,7 @@ for x in range(1,4):
|
||||
flag=flag | 0x01
|
||||
break
|
||||
for x in range(1,4):
|
||||
if os.system("pip3 install PyQt5==5.12") == 0:
|
||||
if os.system("pip3 install PyQt5==5.15") == 0:
|
||||
flag=flag | 0x02
|
||||
break
|
||||
for x in range(1,4):
|
||||
|
Loading…
Reference in New Issue
Block a user