To demonstrate how to test and package a PyQt5 QML Application.
git clone https://github.com/siecje/qml-testing
cd qml-testing
python3 -m venv venv
source venv/bin/activate
pip install PyQt5
python main.py
git clone https://github.com/siecje/qml-testing
cd qml-testing
python3 -m venv venv
call venv\Scripts\activate.bat
pip install PyQt5
python main.py
Then enter 'user' as the password.