Skip to content

Instantly share code, notes, and snippets.

@gaurav
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaurav/6da2c17bc0168ef6798f to your computer and use it in GitHub Desktop.
Save gaurav/6da2c17bc0168ef6798f to your computer and use it in GitHub Desktop.
Instructions on installing PyQt4 on MacOS X using Homebrew
brew install qt
brew install sip
[download PyQT from http://www.riverbankcomputing.com/software/pyqt/download and unzip]
/usr/local/bin/python configure-ng.py
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment