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