docs: change installation methods (#5192)

This commit is contained in:
Rubén De la Torre Vico
2024-09-27 18:15:14 +02:00
committed by GitHub
parent 6bbb9d04a6
commit b402ced402
2 changed files with 73 additions and 38 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ 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 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/).
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/#installation).
Then install all dependencies including the ones for developers:
```