docs: add python version (#2241)

This commit is contained in:
Alfonso Lozana
2026-06-03 03:04:17 +08:00
committed by GitHub
parent e8d4ea3e36
commit 53ea754fb3

View File

@@ -30,7 +30,7 @@ This is the recommended installation method for developers who want to run Priva
```bash
# Install the core package
uv tool install \
uv tool install --python 3.11 \
--find-links https://wheels.privategpt.dev/packages/ \
"private-gpt[core]"
```