Corrections to README
This commit is contained in:
parent
faea37a4d0
commit
81c4a6716a
@ -48,6 +48,7 @@ You will need two Python modules: boto3 and pygame. Install them like so:
|
||||
|
||||
```python
|
||||
pip install boto3
|
||||
|
||||
pip install pygame
|
||||
```
|
||||
|
||||
@ -55,7 +56,9 @@ Next, open up the Pilot2AWS.py script with your favorite editor and make the nec
|
||||
|
||||
```python
|
||||
atc_aws_key = "YOUR_AWS_KEY"
|
||||
|
||||
atc_aws_secret = "YOUR_AWS_SECRET"
|
||||
|
||||
atc_aws_region = "SERVER REGION"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user