-
Notifications
You must be signed in to change notification settings - Fork 1
Requirements
This program requires Python 3.5 or later to run. To download python, visit https://www.python.org/downloads/.
This program uses the PyQt5 GUI library for graphics, and uses the PyQtWebEngine library to access web content. For more on these libraries, visit https://pypi.org/project/PyQtWebEngine/ and https://pypi.org/project/PyQt5/. If the PyQt5 or PyQtWebEngine library is not installed, the program will show a prompt (in System/import_modules.py
: https://github.com/DanielMiao1/SimplifycOS/blob/master/System/import_modules.py#L13-L30) to install the library. To install, enter 'install'. Alternatively, manually run the pip3 install PyQt5
(to install PyQt5) and/or the pip3 install PyQtWebEnigne
(to install PyQt WebEngine) bash command, depending on the missing library.