From f2f916b8671c79540cb66050b5018f98f904f6c3 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 3 May 2024 15:08:51 +0100 Subject: [PATCH] chore: updated readme with mac install steps --- Readme.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 446dded..bd6b3cb 100644 --- a/Readme.md +++ b/Readme.md @@ -68,9 +68,14 @@ To get this script working you will need to install the following on the relevan ### Mac * brew install portaudio -* pip install python-dotenv -* pip install wave -* pip install pydub +* brew install python-tk +* python3 -m venv ~/code/scorchsoft/text-to-mic-feed +* 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