- OSX Command line tools - You can download it from http://connect.apple.com
- Homebrew http://mxcl.github.io/homebrew/
Before continuing to the installation section. Please make sure that /usr/bin/local
comes before /usr/bin
in your /etc/paths
file.
brew install python
XQuartz is required by cairo
library. If you haven't installed this you can download it from here http://xquartz.macosforge.org/
brew install cairo, py2cairo
** Notes: If your system doesn't have pip
installed. You can install it via sudo easy_install pip