pip install pip-review
pip-review --local --interactive
list | |
install | pip install pyyaml |
list out of date | pip list --outdated |
update with pip-review ( interactive ) | pip install pip-review pip-review --local --interactive |
update all |
|
update pip | pip install --upgrade setuptools |
update with python module | python3 -m pip install --upgrade pip |
remove / uninstall | https://servicedesk.mtu.edu/TDClient/1801/Portal/KB/ArticleDet?ID=66715 pip uninstall flask |