autogen/website/docs/Installation.md
Chi Wang 20d77a1039
document about docker (#119)
* document about docker

* clarify

* dev container
2023-10-05 19:48:24 +00:00

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]"