Information for developers

The software was developed in Python 3 (requires v3.6 or above).

Requirements

To install in linked .egg mode for development development:

python -m pip install . develop

To run the unit tests the pytest package is required:

To run all the tests use the command:

pytest

from the base directory.