- 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
sudo pip install carbon
sudo pip install whisper
sudo pip install django==1.4.5
sudo pip install django-tagging
sudo pip install graphite-web
** Notes: By default pip
will try to download the latest version of the software so this might be a problem in some cases. Graphite has some problem when I tried to install it using latest django 1.5+
. Some people suggests to use 1.4.5