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