In this video I'm going to be installing PyQt5 and Qt Designer.
Open a terminal or a command prompt window.
Then use;
"pip install pyqt5-tools" to install PyQt5 and Qt Designer.
"designer" to launch Qt Desginer
**update**: use "pyqt5designer" in CMD to launch Qt designer in Python 3.8