# Installation ## Python AutoGen requires **Python version >= 3.8**. It can be installed from pip: ```bash pip install pyautogen ``` ### Optional Dependencies * blendsearch ```bash pip install "pyautogen[blendsearch]" ```