Compare commits

...

1 Commits

Author SHA1 Message Date
coolneng aefb65f2ea
Add poetry installation step to README 2021-06-25 19:16:23 +02:00
1 changed files with 6 additions and 0 deletions

View File

@ -37,6 +37,12 @@ cd locimend
nix-shell nix-shell
``` ```
5. Install the dependencia via poetry:
```bash
poetry install
```
After running these commands, you will find yourself in a shell that After running these commands, you will find yourself in a shell that
contains all the needed dependencies. contains all the needed dependencies.