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
### 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