From e713d0d321aba402066b08bc277b46231e1d784a Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:55:35 +0100 Subject: [PATCH] chore(readme): update pip package name (#1768) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d6b199f..b993b261 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ For Prowler v2 Documentation, please go to https://github.com/prowler-cloud/prow Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-cloud/), thus can be installed using pip with Python >= 3.9: ```console -pip install prowler-cloud +pip install prowler prowler -v ```