mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
chore(pip): add fish command
This commit is contained in:
@@ -40,7 +40,8 @@ pip install -U 'pip'
|
|||||||
~/Library/Python/3.8/bin/pip3 install --user --upgrade 'pip'
|
~/Library/Python/3.8/bin/pip3 install --user --upgrade 'pip'
|
||||||
|
|
||||||
# Upgrade all currently installed packages.
|
# Upgrade all currently installed packages.
|
||||||
pip install --requirement <(pip freeze | sed 's/==/>=/') --upgrade
|
pip install --requirement <(pip freeze | sed 's/==/>=/') --upgrade # {,ba,z}sh
|
||||||
|
pip install --requirement (pip freeze | sed 's/==/>=/' | psub) --upgrade # fish
|
||||||
|
|
||||||
# Generate a list of the outdated packages.
|
# Generate a list of the outdated packages.
|
||||||
pip list --outdated
|
pip list --outdated
|
||||||
|
|||||||
Reference in New Issue
Block a user