From e49dc60028b14109fd357e5dc8af91372aae6ba6 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 23 Apr 2025 15:53:13 +0200 Subject: [PATCH] docs: :memo: instructions on installing deps after project creation --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 +```