diff --git a/README.md b/README.md index 4348da7..39e8d23 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,10 @@ Search for `NAME` and `REPO` and replace them with the name of your project and ## Setting things up Use the commands found in [`spaid`](https://github.com/seedcase-project/spaid) repo to run the next setup steps. + +Need to install these packages after: + +``` bash +uv add --dev pre-commit ruff typos pytest bandit commitizen \ + genbadge jupyter pytest-cov quartodoc +```