.. _develop: 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: - `pytest `_ To run all the tests use the command:: pytest from the base directory.