mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-14 19:07:10 +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.
|
After installation - create an environment variable called PYTHON_PATH and set it to the folder containing the Python executable.
|
||||||
### AWS interface
|
### 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
|
>pip install boto3
|
||||||
# Create
|
# Create
|
||||||

|

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