Skip to content

Installation

Install from Git

git clone https://github.com/shirecoding/VeryPowerfulAgents.git
cd VeryPowerfulAgents
pip3 install ./

Install from PyPI

pip install powerful-agents

Install with test + dev libraries

pip install powerful-agents[test]
pip install powerful-agents[docs]