Add hint installing test requirements

This commit is contained in:
Dan Berg
2025-04-15 20:25:02 +02:00
committed by Mark Backman
parent be8788e4da
commit 2fb85941d3

View File

@@ -130,6 +130,12 @@ pip install "pipecat-ai[option,...]"
### Running tests
Install the test dependencies:
```shell
pip install -r test-requirements.txt
```
From the root directory, run:
```shell