From 7cd45ee11e4783aacc836791cde6d1affa1471de Mon Sep 17 00:00:00 2001 From: Basti Tee Date: Mon, 2 May 2022 22:16:30 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ccca704..475d865 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ ## Setup -- Make sure that `python` and `poetry` is installed and available on the path. Python 2 is not supported – :skull: -- On first checkout run `make` to initialize the project configuration and build everything -- Refer to [the Makefile](Makefile) to learn about the various operations available -- To rename the project you can use [the provided script](__rename__.sh): `./__rename__.sh` +- Make sure that `python` and [`poetry`](https://python-poetry.org/) has been properly installed (Python 2 is not supported – :skull:). Usually a simple `python -m pip install poetry` is enough. +- On first checkout run `make` to initialize the project configuration and build everything. +- Refer to [the Makefile](Makefile) to learn about the various operations available. Most of them are just facades for `poetry`. +- To rename the project you can use [the provided script](__rename__.sh): `./__rename__.sh`. ## Features