
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 PyRETIS path:

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

Alternatively:

pip install pyretis


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

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