pi
pi copied to clipboard
Provide a way to install specific package version
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.