Add to the SimpleChatbot server README a step for pointing to the local version of pipecat
This commit is contained in:
@@ -59,6 +59,12 @@ Install dependencies:
|
|||||||
pip install -r requirements.txt
|
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:
|
Run the server:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user