mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
208 B
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