update readme
This commit is contained in:
18
Readme.md
18
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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user