From 1693b76ae3b42c96a6cb20fa11b9a25ec2f4032c Mon Sep 17 00:00:00 2001 From: Shawn Henry Date: Wed, 1 Oct 2025 23:59:09 -0700 Subject: [PATCH] Update pip install command for agent-framework (#1098) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1080e2d4..2d39a85331 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ dotnet add package Microsoft.Agents.AI Create a simple Azure Responses Agent that writes a haiku about the Microsoft Agent Framework ```python -# pip install agent-framework --prerelease=allow +# pip install agent-framework --pre # Use `az login` to authenticate with Azure CLI import asyncio from agent_framework.azure import AzureOpenAIResponsesClient