diff --git a/README.md b/README.md index 24057cf..5350605 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ sudo apt-get install portaudio19-dev libav-tools ```bash python -m pip install -r requirements.txt ``` +NB: Depending on your local Python version, you may run into [this issue↗](https://github.com/TaylorSMarks/playsound/issues/150) installing playsound. Workarounds are provided in the issue. If you want to run local speech-to-text from whisper, download the GGML Whisper model from [Huggingface](https://huggingface.co/ggerganov/whisper.cpp). Then in `OS/01/start.sh`, set `ALL_LOCAL=TRUE` and set `WHISPER_MODEL_PATH` to the path of the model.