AWS CLI Installation
You must run the following commands even if you already have AWS CLI installed. Otherwise, some modules (example: colorama) will not be installed.
To install AWS CLI, run the following commands in the command prompt:
- Run to install AWS CLI
pip3.5 install awscli --ignore-installed six
- Run
aws help
to ensure AWS was installed properly
Updated 9 months ago