milis-kurulum.guncelleme

This commit is contained in:
milisbir 2017-01-27 10:55:43 +00:00
parent ef91d877a5
commit 31caafda30
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ os.system("mps -GG")
if os.path.exists("/usr/bin/pip3") is False: if os.path.exists("/usr/bin/pip3") is False:
os.system("mps -G") os.system("mps -G")
time.sleep(3) time.sleep(3)
os.system("mps kur python3-pip && pip3 install pythondialog") os.system("mps kur python3-pip")
else:
os.system("pip3 install pythondialog")
if os.path.exists("/usr/bin/acp") is False: if os.path.exists("/usr/bin/acp") is False:
os.system("mps -G") os.system("mps -G")
time.sleep(3) time.sleep(3)