Skip to main content
Python Version RequirementsMAOTO requires Python >=3.10. Here’s how to check your version:
If you need to update Python, visit python.org/downloads

Setting Up Your Environment

Before installing maoto-agent, it’s recommended to set up a virtual environment. This helps isolate your project dependencies and avoid conflicts.
1

Create a Virtual Environment

Choose your preferred method to create a virtual environment:Using venv (Python’s built-in tool):
Terminal
Using conda:
Terminal
2

Activate the Virtual Environment

Activate your virtual environment based on your platform:On macOS/Linux (venv):
Terminal
On Windows (venv):
Terminal
Using conda (all platforms):
Terminal

Installing MAOTO

1

Install `maoto-agent`

Install MAOTO Agent package:
Terminal
2

Upgrade `maoto-agent` (Existing Installations Only)

If you have an older version of maoto-agent installed, you can upgrade it:
Terminal
Skip this step if you’re doing a fresh installation.
3

Verify Installation

Check your installed versions:
Terminal
You should see something like:
Output
Installation successful! You’re ready to create your first MAOTO Agent.

Next Steps

Build Your First AI System

Follow our quickstart guide to create your first MAOTO agent and get hands-on experience.

Explore MAOTO Concepts

Learn about MAOTO’s key roles and concepts to better understand how AI systems interact within the ecosystem.