You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Install specific versions could be specified in the following way:
Currently only the first way is supported.
The text was updated successfully, but these errors were encountered: