# Installation ## Python AutoGen requires **Python version >= 3.8**. It can be installed from pip: ```bash pip install "flaml[autogen]" ``` or conda: ``` conda install "flaml[autogen]" -c conda-forge ```