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

Provide a way to install specific package version #3

Open
hernanmd opened this issue Feb 18, 2018 · 0 comments
Open

Provide a way to install specific package version #3

hernanmd opened this issue Feb 18, 2018 · 0 comments

Comments

@hernanmd
Copy link
Owner

Install specific versions could be specified in the following way:

$ pi install SomePackage            # latest stable version
$ pi install SomePackage==1.0.4     # specific version
$ pi install 'SomePackage>=1.0.4'     # minimum version

Currently only the first way is supported.

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

No branches or pull requests

1 participant