Merge pull request #1012 from pipecat-ai/simplechatbot-readme-local-pipecat

Add to the SimpleChatbot server README a step for pointing to the loc…
This commit is contained in:
kompfner
2025-01-16 13:46:19 -05:00
committed by GitHub

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