The content of this folder is for installing QT5 and checking if the installation was succesful.
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