From b5f72b4378647408ce76a7e72ce0cdfdca51a8b6 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Thu, 16 Jan 2025 11:59:44 -0500 Subject: [PATCH] Add to the SimpleChatbot server README a step for pointing to the local version of pipecat --- examples/simple-chatbot/server/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/simple-chatbot/server/README.md b/examples/simple-chatbot/server/README.md index 8d5147522..0de5a7d77 100644 --- a/examples/simple-chatbot/server/README.md +++ b/examples/simple-chatbot/server/README.md @@ -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