Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.8 KB

File metadata and controls

25 lines (19 loc) · 1.8 KB

Python Version PyPI Version License CI Code style: Ruff codecov pre-commit pre-commit.ci status

ethology

Mix-and-match computer vision tools for your animal behaviour analysis.

Quick install

Create a conda environment and install the package

conda create -n ethology-env python=3.13 -y
conda activate ethology-env
pip install ethology

For more information please check our documentation.

Contributions and feature requests are more than welcome! Have a look at our Contributing guidelines and feel to open an issue to report a bug or request a new feature.