Installation

Stable release

To install bonndit via pip, run this command in your terminal:

$ pip install bonndit

To install bonndit via conda, run this command in your terminal:

$ conda install bonndit -c xderes -c conda-forge

From sources

The sources for bonndit can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/MedVisBon/bonndit

Or download the tarball:

$ curl  -OL https://github.com/MedVisBonn/bonndit/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install