autogen/website/docs/Installation.md
2023-09-02 14:46:20 -04:00

208 B

Installation

Python

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

pip install "flaml[autogen]"

or conda:

conda install "flaml[autogen]" -c conda-forge