From: MarStr Date: Tue, 9 Jul 2024 12:49:30 +0000 (+0200) Subject: Corrections to README X-Git-Url: http://marstr.online/code/gitweb.cgi?a=commitdiff_plain;h=41ab755e7662b9addb7f618dcfedd305e283712d;p=Pilot2AWS Corrections to README --- diff --git a/README.md b/README.md index 5346176..81f4b93 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ 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: ```python -pip install boto3
+pip install boto3

pip install pygame ```