docs(dev-guide): refer poetry docs for installation (#5031)

This commit is contained in:
Rubén De la Torre Vico
2024-09-13 16:45:57 +02:00
committed by GitHub
parent 99e9e42a17
commit 8cfc4c56cf
+2 -4
View File
@@ -14,10 +14,8 @@ Once that is satisfied go ahead and clone your forked repo:
git clone https://github.com/<your-github-user>/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