Install MRPd

MRPd is the CLI/daemon implementation of MRP.

Recommended (isolated): pipx

pipx install mrpd

Alternative: pip

pip install mrpd

Verify

mrpd version

If you get command-not-found, ensure your Python scripts path is on PATH (pipx usually handles this).