image thumbnail

mpm

version 2.0.1.0 (17.9 KB) by Jay H
Simple Matlab package management (mpm), inspired by pip

168 Downloads

Updated15 Oct 2021

From GitHub

View license on GitHub

Simple Matlab package management inspired by pip.
mpm is a way to easily install Matlab packages/scripts/repos shared through Matlab Central File Exchange, Github, or any other url where the code is stored as a .zip file. Instead of the usual convoluted process of installing new packages (browsing to the url, downloading the .zip, moving it to a folder, adding it to your path, etc.), with mpm you can simply install packages as follows:
>> mpm install export_fig
>> mpm install colorbrewer
Or, specify a url just to be safe:
>> mpm install colorbrewer -u//www.tianjin-qmedu.com/matlabcentral/fileexchange/34087-cbrewer---colorbrewer-schemes-for-matlab

You can also put a list of required packages in a file and install these in bulk by calling:

>> mpm install -i /path/to/requirements.txt

Other functionality is described here:https://github.com/mobeets/mpm

Cite As

Jay H (2021).mpm(https://github.com/mobeets/mpm), GitHub. Retrieved.

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
To view or report issues in this GitHub add-on, visit theGitHub Repository.
To view or report issues in this GitHub add-on, visit theGitHub Repository.