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