Skip to content

Commit b4c2f19

Browse files
committed
minor formatting changes
1 parent ca31068 commit b4c2f19

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_posts/2016-03-26-PyQt5-install-mac.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ You must install SIP prior to installing PyQt.
3030
- Installing SIP
3131
- `$ cd sip-4.17/`
3232
- `$ python configure.py`
33-
- `make`
34-
- `make install`
33+
- `$ make`
34+
- `$ make install`
3535
- Test the installation
3636
- `$ python`
3737
- `>>> import sip`
@@ -42,8 +42,8 @@ You must install SIP prior to installing PyQt.
4242
- `$ brew linkapps qt5`
4343
- `$ cd PyQt-gpl-5.5.1/`
4444
- `$ python configure.py --qmake /usr/local/opt/qt5/bin/qmake`
45-
- `make`
46-
- `make install`
45+
- `$ make`
46+
- `$ make install`
4747
- Test the installation
4848
- `$ python`
4949
- `>>> from PyQt5 import QtCore`

0 commit comments

Comments
 (0)