Skip to content

Requirements

Daniel M edited this page Jun 27, 2021 · 1 revision

Requirements

Python 3

This program requires Python 3.5 or later to run. To download python, visit https://www.python.org/downloads/.

Libraries

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.

Clone this wiki locally