pi icon indicating copy to clipboard operation
pi copied to clipboard

Provide a way to install specific package version

Open hernanmd opened this issue 7 years ago • 0 comments

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.

hernanmd avatar Feb 18 '18 06:02 hernanmd