From 81c4a6716adb1722d82d74543df783ce9edcf586 Mon Sep 17 00:00:00 2001 From: MarStr Date: Tue, 9 Jul 2024 14:46:02 +0200 Subject: [PATCH] Corrections to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 08bb699..6dd1ce6 100644 --- a/README.md +++ b/README.md @@ -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" ``` -- 2.30.2