Add python version requirement to frontpage and readme

This commit is contained in:
Eric Zhu 2025-01-12 01:11:21 -08:00
parent 5e2a69a303
commit b6180ed235
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]"