Remove docs uses of krisp optional dependency

This commit is contained in:
Mark Backman
2026-03-30 19:43:19 -04:00
parent 32022a952e
commit 89dcd57577
4 changed files with 3 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ Pipecat is an open-source Python framework for building real-time voice and mult
```bash
# Setup development environment
uv sync --group dev --all-extras --no-extra gstreamer --no-extra krisp
uv sync --group dev --all-extras --no-extra gstreamer
# Install pre-commit hooks
uv run pre-commit install