Corrections to README
This commit is contained in:
parent
81c4a6716a
commit
ffd95820b9
13
README.md
13
README.md
@ -47,19 +47,16 @@ If you want to use AWS and its services elsewhere, you are of course free to ins
|
||||
You will need two Python modules: boto3 and pygame. Install them like so:
|
||||
|
||||
```python
|
||||
pip install boto3
|
||||
|
||||
pip install pygame
|
||||
pip install boto3<br/>
|
||||
pip install pygame
|
||||
```
|
||||
|
||||
Next, open up the Pilot2AWS.py script with your favorite editor and make the necessary adjustments as follows:
|
||||
|
||||
```python
|
||||
atc_aws_key = "YOUR_AWS_KEY"
|
||||
|
||||
atc_aws_secret = "YOUR_AWS_SECRET"
|
||||
|
||||
atc_aws_region = "SERVER REGION"
|
||||
atc_aws_key = "YOUR_AWS_KEY"<br/>
|
||||
atc_aws_secret = "YOUR_AWS_SECRET"<br/>
|
||||
atc_aws_region = "SERVER REGION"
|
||||
```
|
||||
|
||||
The first two are self-explanatory. These are the key and secret you have acquired in the previous step.
|
||||
|
Loading…
x
Reference in New Issue
Block a user