1
This commit is contained in:
@@ -9,4 +9,7 @@ if not os.path.exists(kkapps):
|
|||||||
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py'
|
launcherurl = 'https://raw.githubusercontent.com/BarsTiger/KOTIKOTapps_download_repo/master/KOTIKOT_launcher.py'
|
||||||
urllib.request.urlretrieve(launcherurl, kkapps + "/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'])
|
||||||
Reference in New Issue
Block a user