Version 3.0.0
mpm now has a Matlab backend, so there is no more dependency on python. All functionality from the python version is still present, but the way you run mpm is now a little bit different.
The major use cases are:
mpm install [package-name]: install package by namempm uninstall [package-name]: remove package, if installedmpm search [package-name]: find url given package namempm freeze: lists all packages currently installedmpm init: adds all installed packages to path (for running on Matlab startup)