Skip to content

Installation

⚠️ Pre-release Software: This package is under active development and not yet published to PyPI. Install directly from GitHub.

Explore on DeepWiki

🤖 Installation Guide →

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

Requirements

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

Installing with pip

pip install git+https://github.com/jaredmcfarland/mixpanel_data.git

Installing with uv

uv is a fast Python package installer:

uv pip install git+https://github.com/jaredmcfarland/mixpanel_data.git

Or add to your project:

uv add git+https://github.com/jaredmcfarland/mixpanel_data.git

Optional Dependencies

Documentation Tools

If you want to build the documentation locally:

pip install mixpanel_data[docs]

Verifying Installation

After installation, verify the CLI is available:

mp --version

You should see output like:

mixpanel_data 0.1.0

Test the Python import:

import mixpanel_data 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