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

Automatic way of installing latest version? #31

Open
paulcabbott opened this issue May 5, 2020 · 1 comment
Open

Automatic way of installing latest version? #31

paulcabbott opened this issue May 5, 2020 · 1 comment

Comments

@paulcabbott
Copy link

paulcabbott commented May 5, 2020

To install the current version, I have to know the version number (presently 4.16.0.4) and so invoke

PacletInstall["https://github.com/RuleBasedIntegration/Rubi/releases/download/4.16.0.4/Rubi-4.16.0.4.paclet"]

But to find out what version is current, I first have to visit downloadRubi. Now, it's great to be able to install and try out the current version and compare to previous versions, but it would be nice it there was a shorthand, such as

PacletInstall["https://github.com/RuleBasedIntegration/Rubi/releases/download/Rubi.paclet"]

that always installed the current version. Running

First[PacletFind["Rubi"]]["Location"]

will then tell what the version number is.

@asdasd1dsadsa
Copy link

This requirement can be met easily by building a paclet server: #40 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants