Skip to content

macOS (pipx)

There is no native .pkg for macOS yet. Install via pipx (isolated from system Python).

Requirements

Install odpm

From a release wheel:

pipx install odpm  # when published on PyPI
# or from a clone / wheel file:
pipx install /path/to/odpm
odpm --version

On Apple Silicon, Docker Desktop may emulate linux/amd64 or use arm64 images — ensure Docker is running.

Full install table: Installing odpm (all platforms).

Next

Local dev from scratch