From 8cfc4c56cf24fb1add2b92d81d693b9d99b756ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20De=20la=20Torre=20Vico?= Date: Fri, 13 Sep 2024 16:45:57 +0200 Subject: [PATCH] docs(dev-guide): refer poetry docs for installation (#5031) --- docs/developer-guide/introduction.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/developer-guide/introduction.md b/docs/developer-guide/introduction.md index 48d3efa812..df4e256fa0 100644 --- a/docs/developer-guide/introduction.md +++ b/docs/developer-guide/introduction.md @@ -14,10 +14,8 @@ Once that is satisfied go ahead and clone your forked repo: git clone https://github.com//prowler cd prowler ``` -For isolation and avoid conflicts with other environments, we recommend usage of `poetry`: -``` -pip install poetry -``` +For isolation and to avoid conflicts with other environments, we recommend using `poetry`, a Python dependency management tool. You can install it by following the instructions [here] (https://python-poetry.org/docs/). + Then install all dependencies including the ones for developers: ``` poetry install --with dev