mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-16 05:21:05 +00:00
601 B
601 B
Installation
Python
AutoGen requires Python version >= 3.8. It can be installed from pip:
pip install pyautogen
Optional Dependencies
- docker
We strongly recommend using docker for code execution or running AutoGen in a docker container (e.g., when developing in GitHub codespace, the autogen runs in 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]"