]> marstr Code Repo - Pilot2AWS/commitdiff
Corrections to README
authorMarStr <marcus@marstr.online>
Tue, 9 Jul 2024 12:48:08 +0000 (14:48 +0200)
committerMarStr <marcus@marstr.online>
Tue, 9 Jul 2024 12:48:08 +0000 (14:48 +0200)
README.md

index 6dd1ce648541ff77ddb161e0997d22ae2fa8dbb6..534617632204164ede430a97f1f0ed68ad7109a6 100644 (file)
--- a/README.md
+++ b/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:\r
 \r
 ```python\r
-pip install boto3  \r
-\r
-pip install pygame  \r
+pip install boto3<br/>\r
+pip install pygame\r
 ```\r
 \r
 Next, open up the Pilot2AWS.py script with your favorite editor and make the necessary adjustments as follows:\r
 \r
 ```python\r
-atc_aws_key    = "YOUR_AWS_KEY"  \r
-\r
-atc_aws_secret = "YOUR_AWS_SECRET"  \r
-\r
-atc_aws_region = "SERVER REGION"  \r
+atc_aws_key    = "YOUR_AWS_KEY"<br/>\r
+atc_aws_secret = "YOUR_AWS_SECRET"<br/>\r
+atc_aws_region = "SERVER REGION"\r
 ```\r
 \r
 The first two are self-explanatory. These are the key and secret you have acquired in the previous step.\r