From 4d67bdac3068e1952764abf82f9ffc4bf77100d7 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 25 Jun 2021 19:16:23 +0200 Subject: [PATCH] Add poetry installation step to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 90f6f3e..3bc8bdc 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ cd locimend nix-shell ``` +5. Install the dependencies via poetry: + +```bash +poetry install +``` + After running these commands, you will find yourself in a shell that contains all the needed dependencies.