The steps below will get you up and running with a local development environment.
First, we must install a C/C++ compiler and some necessary libraries to compile some python modules that have extensions written in C.
The requirements.apt
the file contains a list of non python libraries necessary to run this project.
The script install_os_dependencies.sh
help you to install these libraries.
Note
The names of the packages listed in the file requirements.apt
were specifically tested on
Ubuntu 14.04 64bit. Package names may change from version to version of Ubuntu.