Add python version requirement to frontpage and readme (#5014)

This commit is contained in:
Eric Zhu 2025-01-12 09:19:57 -08:00 committed by GitHub
parent 5e2a69a303
commit a9c19d6162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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]"

View File

@ -109,7 +109,7 @@ Get Started
</div>
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]"