From 73e9a1eb9e5f8f6cf6fd7ea87c86d88f82a3d592 Mon Sep 17 00:00:00 2001 From: Antoine Cichowicz Date: Wed, 5 Jul 2023 07:54:18 +0200 Subject: [PATCH] docs: Update Amazon Linux 2 installation (#2553) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f9e6b320..c33cdd62 100644 --- a/docs/index.md +++ b/docs/index.md @@ -109,7 +109,7 @@ Prowler is available as a project in [PyPI](https://pypi.org/project/prowler-clo _Requirements_: * AWS, GCP and/or Azure credentials - * Latest Amazon Linux 2 should come with Python 3.9 already installed however it may need pip. Install Python pip 3.9 with: `sudo dnf install -y python3-pip`. + * Latest Amazon Linux 2 should come with Python 3.9 already installed however it may need pip. Install Python pip 3.9 with: `sudo yum install -y python3-pip`. * Make sure setuptools for python is already installed with: `pip3 install setuptools` _Commands_: