Files
autogen/website/docs/Installation.md
2023-08-30 17:14:48 -04:00

225 B

Installation

Python

AutoGen requires Python version >= 3.8. It can be installed from pip:

pip install pyautogen

or conda:

conda install pyautogen -c conda-forge

Optional Dependencies

TBD