Skip to content

Commit e49dc60

Browse files
committed
docs: 📝 instructions on installing deps after project creation
1 parent 1a461d8 commit e49dc60

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,10 @@ Search for `NAME` and `REPO` and replace them with the name of your project and
1414
## Setting things up
1515

1616
Use the commands found in [`spaid`](https://github.com/seedcase-project/spaid) repo to run the next setup steps.
17+
18+
Need to install these packages after:
19+
20+
``` bash
21+
uv add --dev pre-commit ruff typos pytest bandit commitizen \
22+
genbadge jupyter pytest-cov quartodoc
23+
```

0 commit comments

Comments
 (0)