Skip to content

Commit

Permalink
Improved README
Browse files Browse the repository at this point in the history
  • Loading branch information
lietu committed Oct 19, 2023
1 parent 1bbe432 commit a1ed37c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,19 @@ This validator can also be reused when generating routes:
router = SpecRouter(specs, validators=[MyValidator])
```

## Development

You will need:

- Python 3.10
- [pre-commit](https://pre-commit.com/#install)

Make sure you run

```shell
pre-commit install
```

## License

This code is released under the BSD 3-Clause license. Details in the
Expand Down

0 comments on commit a1ed37c

Please sign in to comment.