First clone the repository at the desired location:
git clone https://github.com/neuroinformatics-unit/ethology.git
Then create a conda environment and install the package from source
conda create -n ethology-env python=3.12 -y
conda activate ethology-env
cd ethology
pip install .
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.