Skip to content

Commit

Permalink
Add python version requirement to frontpage and readme (#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu authored Jan 12, 2025
1 parent 5e2a69a commit a9c19d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down
2 changes: 1 addition & 1 deletion python/packages/autogen-core/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit a9c19d6

Please sign in to comment.