Skip to content

Installation

Installing mutant-ai is simple and can be done via pip or uv.

Prerequisites

  • Python 3.9+
  • An API key for your chosen LLM provider (e.g., OPENAI_API_KEY or GEMINI_API_KEY).

Using Pip

pip install mutant-ai

Using UV

If you prefer using uv for fast package management:

uv add mutant-ai

Environment Variables

Before running Mutant, ensure you have set your API keys.

export OPENAI_API_KEY="sk-..."
export GEMINI_API_KEY="AIza..."