mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 01:28:30 +02:00
Add --user and --upgrade options
This commit is contained in:
@ -4,6 +4,12 @@ pip search SomePackage
|
||||
# Install some packages
|
||||
pip install SomePackage
|
||||
|
||||
# Install some package in user space
|
||||
pip install --user SomePackage
|
||||
|
||||
# Upgrade some package
|
||||
pip install --upgrade SomePackage
|
||||
|
||||
# Output and install packages in a requirement file
|
||||
pip freeze > requirements.txt
|
||||
pip install -r requirements.txt
|
||||
|
Reference in New Issue
Block a user