diff --git a/README.md b/README.md index a948d11..7e771ca 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ This Django app provides a Prometheus metrics endpoint serving so-called busines ## Development +### Base requirements + +- docker, docker-compose +- nox +- pdm + +### Handy commands for development + ``` pdm install --dev ``` @@ -56,4 +64,4 @@ Before committing make sure to run: ``` nox -s format test -``` \ No newline at end of file +```