We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e2a69a commit a9c19d6Copy full SHA for a9c19d6
README.md
@@ -16,6 +16,8 @@
16
17
## Installation
18
19
+AutoGen requires **Python 3.10 or later**.
20
+
21
```bash
22
# Install AgentChat and OpenAI client from Extensions
23
pip install -U "autogen-agentchat" "autogen-ext[openai]"
python/packages/autogen-core/docs/src/index.md
@@ -109,7 +109,7 @@ Get Started
109
110
</div>
111
A programming framework for building conversational single and multi-agent applications.
112
-Built on Core.
+Built on Core. Requires Python 3.10+.
113
114
```python
115
# pip install -U "autogen-agentchat" "autogen-ext[openai]"
0 commit comments