Add poetry installation step to README

This commit is contained in:
2021-06-25 19:16:23 +02:00
parent 1237394bb1
commit 4d67bdac30

View File

@@ -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.