Installation

Install profet using pip:

pip install profet

To install the development version, which contains the latest features and fixes, install directly from GitHub using:

pip install git+git://github.com/alan-turing-institute/profet`

Test the installation, navigate to the root directory and run

pytest

This code has been designed and tested for Python 3.