Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.43 KB

README.rst

File metadata and controls

59 lines (41 loc) · 2.43 KB
GitHub Workflow CI Status GitHub Workflow Code Style Status https://img.shields.io/codecov/c/github/marbl-ecosys/feisty.svg?style=for-the-badge

feisty

Development

For a development install, do the following in the repository directory:

conda env update -f ci/environment.yml
conda activate dev-feisty
python -m pip install -e .

Also, please install pre-commit hooks from the root directory of the created project by running:

pre-commit install

These code style pre-commit hooks (black, isort, flake8, ...) will run every time you are about to commit code.