Skip to content

Installing odpm

Use stable for production

For production, read stable docs (currently odpm 4.3.0) and the APT/YUM stable suite. Pre-releases (e.g. 4.4.2-beta) use testing and archived 4.4.2-beta docs. See Which docs to read.

Choose how to install odpm on the host (not the same as deploying an Odoo project with odpm --init).

Platform Recommended method Article
Debian / Ubuntu .deb package, APT repository linux-deb.md
Fedora / RHEL .rpm package, DNF repository fedora-rpm.md
macOS pipx (no native .pkg yet) macos-pipx.md
Windows WSL2 + Docker Desktop windows-wsl.md
Any OS / odpm development pip, editable, odpm.py pip-legacy.md

Host requirements for project work

After installing odpm, local development usually requires Docker and git (see your platform article).

Prebuilt .deb and .rpm packages are published on GitHub Releases (v* tags) and mirrored to APT/YUM on GitHub Pages after the release CI run.

Next

Local dev from scratch