Can anyone explain (or point me to instructions on) how to install PyQt5 for macOS (Python 3.6) that includes the QT Designer application?
I've been searching the internet for the past few days and I just cannot get it to install.
I've tried the manual installation but get stuck on the --qmake
and I've tried pip install PyQt5
but this does not have the Qt Designer.
Edit:
This is not a duplicate of previous question, the previous question talks to a) windows operating system and b) provides the solution of using pip install pyqt5-tools
which is not available for macOS