Skip to content

Commit

Permalink
Enhanced requirements and installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni de la Fuente committed Sep 12, 2019
1 parent 0327880 commit 04acb74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://aws.amazon.com/cli/>
AWS-CLI can be also installed it using "brew", "apt", "yum" or manually from <https://aws.amazon.com/cli/>, but `ansi2html` and `detect-secrets` has to be installed using `pip`

- Previous steps, from your workstation:

Expand Down

0 comments on commit 04acb74

Please sign in to comment.