From a9c19d6162c86b2a40b227de908970970bddafd0 Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Sun, 12 Jan 2025 09:19:57 -0800 Subject: [PATCH] Add python version requirement to frontpage and readme (#5014) --- README.md | 2 ++ python/packages/autogen-core/docs/src/index.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0994b24d68..5e5299469a0 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ ## Installation +AutoGen requires **Python 3.10 or later**. + ```bash # Install AgentChat and OpenAI client from Extensions pip install -U "autogen-agentchat" "autogen-ext[openai]" diff --git a/python/packages/autogen-core/docs/src/index.md b/python/packages/autogen-core/docs/src/index.md index 85f06bcdd3d..8b2b651ac5e 100644 --- a/python/packages/autogen-core/docs/src/index.md +++ b/python/packages/autogen-core/docs/src/index.md @@ -109,7 +109,7 @@ Get Started A programming framework for building conversational single and multi-agent applications. -Built on Core. +Built on Core. Requires Python 3.10+. ```python # pip install -U "autogen-agentchat" "autogen-ext[openai]"