mirror of
				https://github.com/microsoft/autogen.git
				synced 2025-11-04 03:39:52 +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
 | 
			
		||||
 | 
			
		||||
AutoGen requires **Python 3.10 or later**.
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
# Install AgentChat and OpenAI client from Extensions
 | 
			
		||||
pip install -U "autogen-agentchat" "autogen-ext[openai]"
 | 
			
		||||
 | 
			
		||||
@ -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]"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user