mirror of
https://github.com/cheat/cheat.git
synced 2024-11-23 22:41:35 +01:00
Typo
This commit is contained in:
parent
d90080ec01
commit
3255947292
@ -17,7 +17,7 @@ pip list --outdated
|
|||||||
# Upgrade all outdated packages, thanks to http://stackoverflow.com/a/3452888
|
# Upgrade all outdated packages, thanks to http://stackoverflow.com/a/3452888
|
||||||
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
|
pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
|
||||||
|
|
||||||
# UPgrade all outdated packages (shorter command)
|
# Upgrade all outdated packages (shorter command)
|
||||||
pip3 install -U $( pip3 list -o | cut -d" " -f1 )
|
pip3 install -U $( pip3 list -o | cut -d" " -f1 )
|
||||||
|
|
||||||
# Install specific version of a package
|
# Install specific version of a package
|
||||||
|
Loading…
Reference in New Issue
Block a user