mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-27 15:59:35 +00: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