Skip to content

Instantly share code, notes, and snippets.

View liorbenhorin's full-sized avatar
✈️

Lior Ben Horin liorbenhorin

✈️
View GitHub Profile
@liorbenhorin
liorbenhorin / install.sh
Created December 25, 2016 17:07 — 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.16.7/sip-4.16.7.tar.gz
tar zxf sip-4.16.7.tar.gz
cd sip-4.16.7
python configure.py
make