Added a friendly message to the readme about a bug
with one of our dependencies.
This commit is contained in:
parent
50569527cc
commit
f8fdb03eee
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue