Skip to content

Dependencies

Joe Futrelle edited this page Jul 31, 2015 · 2 revisions

Dependencies

This application is written in Python 2.7, which is required. It is pre-installed on current (as of 7/2015) versions of Ubuntu Linux and Mac OS X. If you are installing on Windows, see the Installation page.

Several Python packages are also required. Python packages can be installed with easy_install or pip.

Required Python packages include:

  • sqlalchemy
  • psycopg2
  • jinja2

To download the development version of this code from github you will need to install git.

Clone this wiki locally