mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Fix environment variable set statement in py DEV_SETUP (#5006)
This commit is contained in:
committed by
GitHub
Unverified
parent
6e7254bba7
commit
47a8a305d2
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user