update readme

This commit is contained in:
Andrew Ward
2024-05-01 18:00:17 +01:00
parent 015662f280
commit 2437530e46

View File

@@ -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 To get this script working you will need to install the following on the relevant operating system
### Windows ### Windows
pip install tk * pip install tk
pip install pyaudio * pip install pyaudio
pip install python-dotenv * pip install python-dotenv
pip install wave * pip install wave
pip install pydub * pip install pydub
### Mac ### Mac
brew install portaudio * brew install portaudio
pip install python-dotenv * pip install python-dotenv
pip install wave * pip install wave
pip install pydub * pip install pydub
# Making an installer # Making an installer