Skip to content

Instantly share code, notes, and snippets.

View alxgmpr's full-sized avatar
:shipit:

Alex Gompper alxgmpr

:shipit:
  • TryNow Inc
  • Colorado Springs
View GitHub Profile
@alxgmpr
alxgmpr / install.sh
Last active July 12, 2017 18:42 — forked from kilfu0701/install.sh
Install PyQt5 with Python2.7 on Mac
cd ~
mkdir dev_tools
cd dev_tools
## download SIP source code
wget http://sourceforge.net/projects/pyqt/files/sip/sip-4.19.3/sip-4.19.3.tar.gz
tar zxf sip-4.19.3.tar.gz
cd sip-4.19.3
python configure.py
make