Update foundational examples README
This commit is contained in:
10
README.md
10
README.md
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user