-
v0.37.1 Stable
released this
2026-05-22 14:41:11 +00:00 | 24 commits to main since this releaseFixed
rigdoctor updatenow uses the right method for how RigDoctor was installed. It detects
apt (.deb), pip (venv/.run), or source installs (updates.install_kind()); only pip
installs self-update in place. An apt install no longer fails with "No module named pip" —
it (and the GUI Update button) showssudo apt update && sudo apt install --only-upgrade rigdoctor; a source checkout points togit pull.
Downloads