Remove pre-release flag from agent-framework installation

This commit is contained in:
Tao Chen
2026-04-03 08:32:30 -07:00
committed by GitHub
Unverified
parent 9f0dbe5f8d
commit 305e667fe2
+1 -1
View File
@@ -28,7 +28,7 @@ Welcome to Microsoft's comprehensive multi-language framework for building, orch
Python
```bash
pip install agent-framework --pre
pip install agent-framework
# This will install all sub-packages, see `python/packages` for individual packages.
# It may take a minute on first install on Windows.
```