Skip to content

Installation

Requirements

  • Python 3.11+
  • uv (recommended) or pip

Install as a CLI Tool

The recommended way to install MVER globally is with uv tool:

uv tool install git+https://github.com/xpodev/mver

After installation, mver is available system-wide:

mver --help

Add to a Monorepo

To pin MVER as a dev dependency inside your monorepo:

uv add --dev mver

Then run it via:

uv run mver --help

Install from Source

git clone https://github.com/xpodev/mver
cd mver
uv sync --all-groups
uv run mver --help

Verify Installation

# Should print the version
mver --version

# From inside a monorepo with a registry file
mver where