mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-11 07:14:10 +00:00
Add python version requirement to frontpage and readme (#5014)
This commit is contained in:
parent
5e2a69a303
commit
a9c19d6162
@ -16,6 +16,8 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
AutoGen requires **Python 3.10 or later**.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install AgentChat and OpenAI client from Extensions
|
# Install AgentChat and OpenAI client from Extensions
|
||||||
pip install -U "autogen-agentchat" "autogen-ext[openai]"
|
pip install -U "autogen-agentchat" "autogen-ext[openai]"
|
||||||
|
|||||||
@ -109,7 +109,7 @@ Get Started
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
A programming framework for building conversational single and multi-agent applications.
|
A programming framework for building conversational single and multi-agent applications.
|
||||||
Built on Core.
|
Built on Core. Requires Python 3.10+.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# pip install -U "autogen-agentchat" "autogen-ext[openai]"
|
# pip install -U "autogen-agentchat" "autogen-ext[openai]"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user