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