Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit bae7c42

Browse files
Fixed eOS run bug
1 parent 69c22d5 commit bae7c42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def installBuildDependencies(): #install the build dependencies
3131
print("\n\n")
3232
print(colored("Installing Build libraries. This may take some time.",color="green"))
3333
os.system("sudo apt-get install x11-xserver-utils python3-pyqt5 python3-pyqt5.qtwebengine python3-pyqt5.qtwebchannel libqt5webkit5-dev feh cron -y")
34-
os.system("pip3 install Flask pywebview argparse")
34+
os.system("pip3 install Flask pywebview argparse qtpy")
3535
print(colored("Installing files. This may take a while.",color="green"))
3636
if(os.path.exists("/usr/share/linuxDynamicWallpapers")):
3737
os.system("sudo rm -rf /usr/share/linuxDynamicWallpapers")

0 commit comments

Comments
 (0)