Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can mpm install-doc get the documentation from the internet? #116

Open
mikecroucher opened this issue Aug 29, 2024 · 0 comments
Open

Can mpm install-doc get the documentation from the internet? #116

mikecroucher opened this issue Aug 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request mpm MATLAB Package Manager related

Comments

@mikecroucher
Copy link

I have MATLAB R2024a and ask it to provide matlabroot

>> matlabroot

ans =
    'C:\Program Files\MATLAB\R2024a'

I open a PowerShelll prompt with Administrator rights and try to install the doc

./mpm install-doc --matlabroot="C:\Program Files\MATLAB\R2024a"
Error: Unable to find installation files in the source folder. Specify a valid source folder.

Maybe it didn't like the = in the arguments?

./mpm install-doc --matlabroot "C:\Program Files\MATLAB\R2024a"
Error: Unable to find installation files in the source folder. Specify a valid source folder.

At first I thought this was a bug but on a second reading of the docs I see that I need a local source folder to install from.

So now this is a feature request. Could the command be updated so that it can grab the documentation from MathWorks servers when used like this? Perhaps source could be overloaded to be a URL?

@michaelmcdonnellmw michaelmcdonnellmw added mpm MATLAB Package Manager related enhancement New feature or request labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mpm MATLAB Package Manager related
Projects
None yet
Development

No branches or pull requests

3 participants