Skip to content

Provide a way to install specific package version #3

@hernanmd

Description

@hernanmd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions