Add to the SimpleChatbot server README a step for pointing to the local version of pipecat

This commit is contained in:
Paul Kompfner
2025-01-16 11:59:44 -05:00
parent b8ffd7b16b
commit b5f72b4378

View File

@@ -59,6 +59,12 @@ Install dependencies:
pip install -r requirements.txt
```
If you want to use the local version of `pipecat` in this repo rather than the last published version, also run:
```bash
pip install --editable "../../../[daily,elevenlabs,openai,silero,google]"
```
Run the server:
```bash