Skip to content

Installation

Install from PyPI

pip install -U agently

Install from source

git clone https://github.com/AgentEra/Agently
cd Agently
pip install -e .

Environment

We recommend Python 3.10+.

If you use Conda:

conda create -n agently-3.10 python=3.10
conda activate agently-3.10