Skip to content

Installation

⚠️ Pre-release Software: This package is under active development. APIs may change between versions before 1.0.

Explore on DeepWiki

🤖 Installation Guide →

Ask questions about requirements, dependencies, or troubleshoot installation issues.

Requirements

  • Python 3.10 or higher
  • A Mixpanel service account with API access

Installing with pip

pip install mixpanel-headless

Installing with uv

uv is a fast Python package installer:

uv pip install mixpanel-headless

Or add to your project:

uv add mixpanel-headless

Optional Dependencies

Documentation Tools

If you want to build the documentation locally:

pip install mixpanel_headless[docs]

Verifying Installation

After installation, verify the CLI is available:

mp --version

You should see the installed version printed.

Test the Python import:

import mixpanel_headless as mp
print(mp.__version__)

Next Steps

  • Quick Start — Set up credentials and run your first query
  • Configuration — Learn about environment variables and config files