README updates for python versions

This commit is contained in:
Mark Backman
2025-08-06 12:20:49 -04:00
parent 41a22d3bf4
commit 5b7e31beff

View File

@@ -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: