mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-28 19:57:57 -05:00
833 B
833 B
Installation
Python
AutoGen requires Python version >= 3.8. It can be installed from pip:
pip install pyautogen
Optional Dependencies
- docker
For the best user experience and seamless code execution, we highly recommend using Docker with AutoGen. Docker is a containerization platform that simplifies the setup and execution of your code. Developing in a docker container, such as GitHub Codespace, also makes the development convenient.
When running AutoGen out of a docker container, to use docker for code execution, you also need to install the python package docker:
pip install docker
- blendsearch
pip install "pyautogen[blendsearch]"
- retrievechat
pip install "pyautogen[retrievechat]"