autogen/website/docs/Installation.md

15 lines
208 B
Markdown
Raw Normal View History

2023-08-30 16:50:59 -04:00
# Installation
## Python
AutoGen requires **Python version >= 3.8**. It can be installed from pip:
```bash
2023-09-02 14:46:20 -04:00
pip install "flaml[autogen]"
2023-08-30 16:50:59 -04:00
```
or conda:
```
2023-09-02 14:46:20 -04:00
conda install "flaml[autogen]" -c conda-forge
2023-08-30 16:50:59 -04:00
```