Installation guide to PyQt4 and PyQt5 on windows 10. Works with Python 3.7.3 32-bit and Python 3.7.3 64-bit (tested)
- Verify that python is installed and runnning by typing
python --versionon the command line. - Verify that you have not installed PyQt before
pip list. pip install PyQt5this will install PyQt5.pip install pyqt5-toolsthis will install thedesigner.exein your Scripts folder.