-
Notifications
You must be signed in to change notification settings - Fork 9
Developer Setup
kylehayes edited this page Jan 4, 2013
·
3 revisions
The following instructions are for developer's who either want to run the code that powers fpoimg.com locally or those who want to work on contributions for the project.
Currently, only Mac instructions are available but other platform setup instructions are welcome as contributions to this wiki.
There are a few suggested prerequisites to make certain binaries easy to install.
- Command Line Tools — If you already have XCode installed, you do not need to install these separately
- Homebrew — An excellent package manager for Macs
- Git -
brew install git
- Virtualenv -
pip install virtualenv