Fix environment variable set statement in py DEV_SETUP (#5006)

This commit is contained in:
westey
2026-03-31 19:34:04 +01:00
committed by GitHub
Unverified
parent 6e7254bba7
commit 47a8a305d2
+1 -1
View File
@@ -58,7 +58,7 @@ You can then run the following commands manually:
# Install Python 3.10, 3.11, 3.12, and 3.13
uv python install 3.10 3.11 3.12 3.13
# Create a virtual environment with Python 3.10 (you can change this to 3.11, 3.12 or 3.13)
$PYTHON_VERSION = "3.10"
PYTHON_VERSION="3.10"
uv venv --python $PYTHON_VERSION
# Install AF and all dependencies
uv sync --dev