Last active
August 29, 2015 14:05
-
-
Save overplumbum/e1df3859a7f066362eb7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install https://www.dropbox.com/s/f1z9k0ym9bgamr9/pgmagick-0.5.8-cp27-none-macosx_10_9_x86_64.whl?dl=1 | |
python -c 'import pgmagick' | |
brew uninstall -f boost graphicsmagick freetype libtool | |
brew install graphicsmagick freetype libtool | |
brew install boost --with-python | |
#pip install pgmagick==0.5.8 --download-cache=/tmp/ | |
#time pip wheel -w pgwheel/ --download-cache=/tmp/ pgmagick==0.5.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment