Files
autogen/website/docs/Installation.md
2023-08-30 16:50:59 -04:00

221 B

Installation

Python

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

pip install autogen

or conda:

conda install autogen -c conda-forge

Optional Dependencies

TBD