Installation

Requirements

Donuts has the following requirements:

Installation from pip

The package is released as donuts on pip:

pip install donuts

Installation from source

If you wish to install the latest version from the git repository, either run:

pip install git+https://github.com/jmccormac01/Donuts

or clone the source somewhere, and install through setup.py:

git clone https://github.com/jmccormac01/Donuts
cd Donuts
git checkout <branch>       # optionally check out a branch
python setup.py install