Skip to content

Commit a7fea84

Browse files
authored
docs: 📝 instructions on installing deps after project creation (#62)
## Description Update README with instructions to install deps like ruff, etc. <!-- Select quick/in-depth as necessary --> Doesn't need a review.
1 parent 1a461d8 commit a7fea84

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)