Skip to content
Snippets Groups Projects
user avatar
Andre Anjos authored
- Start moving bob.admin scripts here
- Add baseline documentation system
- Add logging support
- Rename it as bob.devtools
- Prepare for conda-packaging
- Name main tool `bdt`
d0f789a0
History

A package that contains tools to maintain Bob

This package is part of the signal-processing and machine learning toolbox Bob. It provides tools to help maintain Bob.

Installation

This package needs to be installed in a conda environment. To install this package, run:

$ conda env create -f env.yml
$ conda activate bdt
(bdt) $ buildout
(bdt) $ ./bin/bdt --help
...

To build the documentation, just do:

(bdt) $ ./bin/sphinx-build doc sphinx

Contact

For questions or reporting issues to this software package, contact our development mailing list.