Skip to content

pip install and running from source

For odpm contributors or systems without ready-made .deb / .rpm packages.

pip / editable

Requires Python 3.10+. On Linux with PEP 668, use a venv or pipx, not system-wide pip install.

pip install /path/to/odpm
# for odpm development:
pip install -e /path/to/odpm
odpm --version

The odpm command loads templates from the installed dev_project package.

Run without installing the package

Copy odpm.py and the dev_project/ directory, or clone the full repository:

python3 /path/to/odpm/odpm.py --version

Both approaches are supported.

Full install table: Installing odpm (all platforms).