diff --git a/README.md b/README.md index d650929..a6fb358 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,30 @@ Decimal('30.43791071338040603262456230') ``` +# Development + +```sh +hatch env create +``` + + +## Tests + +```sh +hatch run test +``` + + +## Versioning + +```sh +hatch version +``` + + + + + ## TODO