diff --git a/README.md b/README.md index c0994b24d68f..5e5299469a09 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 85f06bcdd3d4..8b2b651ac5e8 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]"