Versions

Report a typo

The process of installation has its own intricacies. Match each expression with the type of package version it will install.

Match the items from left and right columns
pip install "some_package>=1.0.1"
pip install some_package
pip install some_package==1.0.1
the specific version
the latest version
the minimum version
___

Create a free account to access the full topic