From 17a06671b4ac8a97072237127a3387f4c408039a Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Tue, 15 Oct 2024 10:30:21 -0400 Subject: [PATCH] fix: require Python 3.11 when activating venv --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d738290..7a8b74b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ First we strongly recommend that you setup a fresh virtual environment and that ```bash pip install uv -uv venv +uv venv --python 3.11 source .venv/bin/activate ```