Skip to content

Commit

Permalink
docs: update DEV.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorias committed Sep 7, 2024
1 parent 56aba93 commit 906f347
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 126 deletions.
10 changes: 10 additions & 0 deletions DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ lefthook install

Also install [direnv](https://direnv.net/) to benefit from some dev tools.

## Updating dependencies

To update dependencies, run

To update dependencies, run

```shell
poetry update
```

## Testing

To run tests, use `testall`.
Expand Down
Loading

0 comments on commit 906f347

Please sign in to comment.