Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 376 Bytes

File metadata and controls

19 lines (15 loc) · 376 Bytes

Install Prerequisite

The content of this folder is for installing QT5 and checking if the installation was succesful.

Install PyQt5 and Prerequisites

Execute the install script

$ ./install_qt.sh

Run test.py to see if PyQt is installed successfully

python3 test.py

Run hello-world.py to the if PyQT submodules are loaded

python3 hello-world.py