Skip to content
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.

Mac (based on 10.8 Mountain Lion)

There are a few suggested prerequisites to make certain binaries easy to install.

Prerequisites

  • 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
Clone this wiki locally