Install Agno

We highly recommend:
  • Installing agno using pip in a python virtual environment.
  • Creating an ai directory for your ai workspaces
1

Create a virtual environment

Open the Terminal and create an ai directory with a python virtual environment.
mkdir ai && cd ai

python3 -m venv aienv
source aienv/bin/activate
2

Install Agno

Install agno using pip
pip install -U agno
3

Install Docker

Install docker desktop to run apps locally

If you encounter errors, try updating pip using python -m pip install --upgrade pip

Upgrade Agno

To upgrade agno, run this in your virtual environment
pip install -U agno --no-cache-dir

Setup workspace

If you have an existing agno workspace, set it up using
ag ws setup

Reset Agno

To reset the agno config, run
ag init -r
This does not delete any physical data