From 21c917b503c6fa2b89a80c9916300d2ba93650a3 Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Mon, 8 Oct 2018 08:05:58 -0700 Subject: [PATCH] Updated README --- tools/auto-tester/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/auto-tester/README.md b/tools/auto-tester/README.md index afd5d933e7..5bff09d1be 100644 --- a/tools/auto-tester/README.md +++ b/tools/auto-tester/README.md @@ -26,7 +26,15 @@ Python 3 can be downloaded from: After installation - create an environment variable called PYTHON_PATH and set it to the folder containing the Python executable. ### AWS interface -Install the latest release of Boto3 via pip: +#### Windows +1. Download the AWS CLI from `https://aws.amazon.com/cli/` +1. Install (installer is named `AWSCLI64PY3.msi`) +1. Open a new command prompt and run `aws configure` +1. Enter the AWS account number +1. Enter the secret key +1. Leave region name and ouput format as default [None] + +1. Install the latest release of Boto3 via pip: >pip install boto3 # Create ![](./Create.PNG)