mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 17:03:43 +02:00
Updated README
This commit is contained in:
parent
72a57db09f
commit
21c917b503
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||

|
||||
|
|
Loading…
Reference in a new issue