Contributing
Setup
1- Installing the repository with the development dependencies
As in the installation page, start by creating a conda environment with the right dependencies.
-
Create a conda environment
-
Add poetry
and test the installation with poetry --version
.
- Install the package with
testing,linting,docs
dependencies.
cd
to the root of the repository and run
2 - Install pre-commit
hooks
Still in the root of the repository, run
pre-commit install
You are now ready to contribute.