Corrections to README

This commit is contained in:
MarStr 2024-07-09 14:46:02 +02:00
parent faea37a4d0
commit 81c4a6716a

View File

@ -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"
```