From 12514ac42a90c6ee164b68af9ce3c308e4518dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Urba=C5=84ski?= <122983254+mjurbanski-reef@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:17:17 +0200 Subject: [PATCH] added base requirements to README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +```