From 733a569dcfb65665a091216131b79d6a619af11f Mon Sep 17 00:00:00 2001 From: julia-sprenger <144245197+julia-sprenger@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:52:04 +0200 Subject: [PATCH] Add project development note --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0348e7..c806e95 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# larktools \ No newline at end of file +# larktools + +## Development +This package is using [hatch](https://hatch.pypa.io/1.12/) as project managment tool. + +Install hatch via `pip`: `pip install hatch`. +For running tests using hatch, see the [hatch run tests documentation](https://hatch.pypa.io/1.9/community/contributing/#run-the-tests).