pip helper

This commit is contained in:
dengrb1
2023-05-04 17:38:12 +08:00
committed by GitHub
parent 35f48dc36b
commit 5b1c349bf8
3 changed files with 10 additions and 3 deletions

View File

@@ -10,6 +10,7 @@ install = "Install"
def pyqt5():
os.system("pip install pyqt5")
os.systen('pip install PyQtWebEngine')
messagebox.showinfo(install, ok)
def wxpython():
os.system("pip install wxpython")