From 5b7e31beff6e0494e7b178db0bef8b8d964bc43e Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 6 Aug 2025 12:20:49 -0400 Subject: [PATCH] README updates for python versions --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0d8509bed..ae829c7f0 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,12 @@ You can get started with Pipecat running on your local machine, then move your a ## 🛠️ Contributing to the framework +### Prerequisites + +**Python Version:** 3.10+ + +### Setup Steps + 1. Clone the repository and navigate to it: ```bash @@ -131,6 +137,18 @@ You can get started with Pipecat running on your local machine, then move your a uv run pre-commit install ``` +### Python 3.13+ Note + +Some features require PyTorch (not yet available on Python 3.13+): + +- `ultravox`, `local-smart-turn`, `moondream`, `mlx-whisper` + +**For full compatibility:** Use Python 3.12 + +```bash +uv python pin 3.12 && uv sync --group dev --all-extras --no-extra krisp +``` + ### Running tests To run all tests, from the root directory: