This readme will install python
, easy_install
, pip
, virtualenv
, and mercurial
on Mac OSX. The only pre-requisite is a Homebrew installation.
- Install python, distribute and easy_install
brew install python
-
Follow the brew instructions for setting up your path
-
Install standard requirements
easy_install pip
pip install virtualenv
pip install Mercurial