
Installing the pyretis library
==============================

0. Install the required packages listed in the file requirements.txt

1. Place the pyretis library somewhere you can access it, to 
   `/some/dir/pyretis`

2. Export the python path:

   export PYTHONPATH=$PYTHONPATH:/some/dir/pyretis


Building the documentation
==========================

The documentation can be created by running `make html` in the
`docs` directory.
