Installation Guide
Prerequisites
Quick Installation
pip install agentneoPlatform-Specific Installation
Windows
# Create virtual environment
python -m venv agentneo-env
agentneo-env\Scripts\activate
# Install AgentNeo
pip install agentneomacOS/Linux
# Create virtual environment
python -m venv agentneo-env
source agentneo-env/bin/activate
# Install AgentNeo
pip install agentneoUsing Conda
Verification
Development Installation
Last updated