]> marstr Code Repo - Pilot2AWS/commitdiff
Corrections to README
authorMarStr <marcus@marstr.online>
Tue, 9 Jul 2024 11:43:07 +0000 (13:43 +0200)
committerMarStr <marcus@marstr.online>
Tue, 9 Jul 2024 11:43:07 +0000 (13:43 +0200)
README.md

index 88b9eda02d0260a099754fddd9e1d47388392edd..08bb6997448909fe2f7ba05734dad0e237ac35ea 100644 (file)
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ Note: this works fine on Windows. Linux and Mac are untested - but I see no reas
 **IMPORTANT:** Using this approach may end up not being free. You have a free allowance of 1 million characters per month, no matter which model you choose. But after that, using the service will incur costs. How high the costs are, depends on 1) the amount of ATC calls you make. More calls = more characters. And 2) the selected model. Neural voices are much more natural, but they also require more power to generate - hence the higher costs.\r
 \r
 To find out what is best for you, have a look at these pages first:\r
+\r
 - [Amazon Polly Pricing](https://aws.amazon.com/polly/pricing/)\r
 - [AWS Polly Cost Calculator](https://calculator.aws/#/createCalculator/polly)\r
 \r
@@ -46,16 +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<br>\r
-pip install pygame\r
+pip install boto3  \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"<br>\r
-atc_aws_secret = "YOUR_AWS_SECRET"<br>\r
-atc_aws_region = "SERVER REGION"\r
+atc_aws_key    = "YOUR_AWS_KEY"  \r
+atc_aws_secret = "YOUR_AWS_SECRET"  \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