Overview

Toolbox for the inverse problem solution to identify sources of pheromone emission.

  • Free software: GNU Lesser General Public License v3 or later (LGPLv3+)

Installation

You can install the given sources with:

pip install .

Alternatively, you can install the in-development version with:

pip install git+ssh://git@forgemia.inra.fr/pherosensor/pherosensor-toolbox.git@main

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Building the docs

You can install sphinx and sphinx-rtd-theme with:

pip install sphinx sphinx-rtd-theme

Then, you can do:

cd docs

and:

make html

The documentations (in html) are then stored in the folder ‘build/html’