From 2fb85941d3e96b84e24dc52aaa9949404025f54c Mon Sep 17 00:00:00 2001 From: Dan Berg Date: Tue, 15 Apr 2025 20:25:02 +0200 Subject: [PATCH] Add hint installing test requirements --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5a0375c71..ac2444f87 100644 --- a/README.md +++ b/README.md @@ -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