This commit is contained in:
BarsTiger
2021-06-01 14:34:24 +03:00
parent dc419498c4
commit 2f3fc9510c

View File

@@ -9,4 +9,7 @@ if not os.path.exists(kkapps):
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py'
urllib.request.urlretrieve(launcherurl, kkapps + "/KOTIKOT_launcher.py")
subprocess.check_call([sys.executable, "-m", "pip install PyQt5"])
try:
import PyQt5
except:
subprocess.check_call([sys.executable, "-m", "pip", "install", 'PyQt5'])