We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7254b commit 47a8a30Copy full SHA for 47a8a30
1 file changed
python/DEV_SETUP.md
@@ -58,7 +58,7 @@ You can then run the following commands manually:
58
# Install Python 3.10, 3.11, 3.12, and 3.13
59
uv python install 3.10 3.11 3.12 3.13
60
# Create a virtual environment with Python 3.10 (you can change this to 3.11, 3.12 or 3.13)
61
-$PYTHON_VERSION = "3.10"
+PYTHON_VERSION="3.10"
62
uv venv --python $PYTHON_VERSION
63
# Install AF and all dependencies
64
uv sync --dev
0 commit comments