chore: updated readme with mac install steps
This commit is contained in:
11
Readme.md
11
Readme.md
@@ -68,9 +68,14 @@ To get this script working you will need to install the following on the relevan
|
|||||||
### Mac
|
### Mac
|
||||||
|
|
||||||
* brew install portaudio
|
* brew install portaudio
|
||||||
* pip install python-dotenv
|
* brew install python-tk
|
||||||
* pip install wave
|
* python3 -m venv ~/code/scorchsoft/text-to-mic-feed
|
||||||
* pip install pydub
|
* source ~/code/scorchsoft/text-to-mic-feed/bin/activate
|
||||||
|
* pip3 install python-dotenv
|
||||||
|
* pip3 install pyaudio
|
||||||
|
* pip3 install openai
|
||||||
|
* pip3 install wave
|
||||||
|
* pip3 install pydub
|
||||||
|
|
||||||
# Making an installer
|
# Making an installer
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user