Updated README

This commit is contained in:
NissimHadar 2018-10-08 08:05:58 -07:00
parent 72a57db09f
commit 21c917b503

View file

@ -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)