From 2437530e4693918e01a73d38b020325d204bf6d9 Mon Sep 17 00:00:00 2001 From: Andrew Ward Date: Wed, 1 May 2024 18:00:17 +0100 Subject: [PATCH] update readme --- Readme.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index 1a6398f..446dded 100644 --- a/Readme.md +++ b/Readme.md @@ -58,19 +58,19 @@ python text-to-mic.py "Text you'd like to speak" 8 5 To get this script working you will need to install the following on the relevant operating system ### Windows -pip install tk -pip install pyaudio -pip install python-dotenv -pip install wave -pip install pydub +* pip install tk +* pip install pyaudio +* pip install python-dotenv +* pip install wave +* pip install pydub ### Mac -brew install portaudio -pip install python-dotenv -pip install wave -pip install pydub +* brew install portaudio +* pip install python-dotenv +* pip install wave +* pip install pydub # Making an installer