We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca31068 commit b4c2f19Copy full SHA for b4c2f19
1 file changed
_posts/2016-03-26-PyQt5-install-mac.md
@@ -30,8 +30,8 @@ You must install SIP prior to installing PyQt.
30
- Installing SIP
31
- `$ cd sip-4.17/`
32
- `$ python configure.py`
33
- - `make`
34
- - `make install`
+ - `$ make`
+ - `$ make install`
35
- Test the installation
36
- `$ python`
37
- `>>> import sip`
@@ -42,8 +42,8 @@ You must install SIP prior to installing PyQt.
42
- `$ brew linkapps qt5`
43
- `$ cd PyQt-gpl-5.5.1/`
44
- `$ python configure.py --qmake /usr/local/opt/qt5/bin/qmake`
45
46
47
48
49
- `>>> from PyQt5 import QtCore`
0 commit comments