Linux Terminal Glossary
›
Python & pip
pip install 'package>=1.0,<2.0'
Category:
Python & pip
pip install 'package>=1.0,<2.0'
Copy command
Install a package satisfying a version range
Installs a package version that satisfies a range constraint (>= 1.0 but < 2.0).
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.