pip install pip-review
pip-review --local --interactive
list | |
install | pip install pyyaml |
out of date | pip list --outdated |
update all | https://www.activestate.com/resources/quick-reads/how-to-update-all-python-packages/ |
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 |