Installation
Get started with MAOTO - Install, configure, and build your first AI system with MAOTO.
Python Version Requirements
MAOTO 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.
Create a Virtual Environment
Choose your preferred method to create a virtual environment:
Using venv (Python’s built-in tool):
Using conda:
Activate the Virtual Environment
Activate your virtual environment based on your platform:
On macOS/Linux (venv):
On Windows (venv):
Using conda (all platforms):
Installing MAOTO
Install `maoto-agent`
Install MAOTO Agent package:
Upgrade `maoto-agent` (Existing Installations Only)
If you have an older version of maoto-agent
installed, you can upgrade it:
Skip this step if you’re doing a fresh installation.
Verify Installation
Check your installed versions:
You should see something like: