From 04acb7412b971b3434cd5d63b66d349715273d7c Mon Sep 17 00:00:00 2001 From: Toni de la Fuente Date: Thu, 12 Sep 2019 19:13:52 -0400 Subject: [PATCH] Enhanced requirements and installation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d6b0a45..77a5bb35 100644 --- a/README.md +++ b/README.md @@ -55,13 +55,13 @@ With Prowler you can: This script has been written in bash using AWS-CLI and it works in Linux and OSX. -- Make sure your AWS-CLI is installed on your workstation, with Python pip already installed: +- Make sure your AWS-CLI is installed on your workstation, and other components needed, with Python pip already installed: ```sh - pip install awscli + pip install awscli ansi2html detect-secrets ``` - Or install it using "brew", "apt", "yum" or manually from + AWS-CLI can be also installed it using "brew", "apt", "yum" or manually from , but `ansi2html` and `detect-secrets` has to be installed using `pip` - Previous steps, from your workstation: