# Installation
## Python
AutoGen requires **Python version >= 3.8**. It can be installed from pip:
```bash
pip install autogen
```
or conda:
conda install autogen -c conda-forge
### Optional Dependencies
TBD