Installation

First, fork the code in Github and then clone it to your local machine.

Python Environment

To install the conda environment, run the following command in your termina

$ conda env create -f environment.yml

Documentation

To create the documentation, run the following commands in your terminals

$ cd docs/
$ make html

The documentation html main file is located at docs/build/html/index.html