在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mobeets/mpm开源软件地址(OpenSource Url):https://github.com/mobeets/mpm开源编程语言(OpenSource Language):MATLAB 99.7%开源软件介绍(OpenSource Introduction):Matlab Package Manager (mpm)A simple package manager for Matlab (inspired by pip). Downloads packages from Matlab Central's File Exchange, GitHub repositories, or any other url pointing to a .zip file. QuickstartDownload/clone this repo and add it to your Matlab path (using
More detailsInstall a single packageInstall (searches FileExchange and Github):
When installing, mpm checks for a file in the package called Install a Github release (by tag, branch, or commit) By tag:
By branch:
By commit:
Uninstall
When uninstalling, mpm checks for a file in the package called Search without installing:
Install from a url:
OR:
(Note that when specifying Github repo urls you must add the '.git' to the url.) Install local package:
The above will copy Overwrite existing packages:
Install/uninstall packages in a specific directory:
Note that the default installation directory is Environments ("Collections")mpm has rudimentary support for managing collections of packages. To specify which collection to act on, use
Installing multiple packages from file
Specifying a requirements file lets you install or search for multiple packages at once. See 'requirements-example.txt' for an example. Make sure to provide an absolute path to the file! To automatically confirm installation without being prompted, set What it doesBy default, mpm installs all Matlab packages to the directory If you restart Matlab, you'll want to run TroubleshootingBecause there's no standard directory structure for a Matlab package, automatically adding paths can get a bit messy. When mpm downloads a package, it adds a single folder within that package to your Matlab path. If there are no Mpm keeps track of the packages it's downloaded in a file called Requirementsmpm should work cross-platform on versions Matlab 2014b and later. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论