From 305e667fe25c39bf2147c9fe22b118844326e4da Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Fri, 3 Apr 2026 08:32:30 -0700 Subject: [PATCH] Remove pre-release flag from agent-framework installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 759f899e20..7ab31727a6 100644 --- a/README.md +++ b/README.md @@ -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. ```