From aefb65f2eab24e38e64b743975038e561dbe73d9 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..5a8e02f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,12 @@ cd locimend nix-shell ``` +5. Install the dependencia via poetry: + +```bash +poetry install +``` + After running these commands, you will find yourself in a shell that contains all the needed dependencies.