Update foundational examples README

This commit is contained in:
Mark Backman
2025-08-04 16:24:46 -04:00
parent 54d5ebbc20
commit c773ddf83d
3 changed files with 35 additions and 43 deletions

View File

@@ -119,10 +119,10 @@ You can get started with Pipecat running on your local machine, then move your a
cd pipecat
```
2. Install development dependencies:
2. Install development and testing dependencies:
```bash
uv sync --group dev
uv sync --group dev --all-extras --no-extra krisp
```
3. Install the git pre-commit hooks:
@@ -131,12 +131,6 @@ You can get started with Pipecat running on your local machine, then move your a
uv run pre-commit install
```
4. Install all extras so you can run any example:
```bash
uv sync --all-extras --no-extra krisp
```
### Running tests
To run all tests, from the root directory: