PackagingΒΆ

We use virtualenv and pip.

In the main folder, create an enviroment with

$ virtualenv env

This will create a env folder. Activate the environment with

$ source env/bin/activate

Now you can install the python dependencies such as numpy, scipy, Cython, IPython, etc.