autogen/website/docs/Installation.md

22 lines
293 B
Markdown

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