Installation
π Installation with Conda Environment
Prerequisites
π Step 1: Create a Conda Environment
# Create a new environment named agentopera-env with Python 3.10
conda create -n agentopera-env python=3.10# Activate the newly created environment
conda activate agentopera-envπ Step 2: Install AgentOpera
# Install the latest version from PyPI
pip install agentoperaπ Step 3: Verify the Installation
Step 4 (Optional): Install Dependencies
π» Installing from Source (Development Mode)
π§ Troubleshooting
π Next Steps
Last updated