Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


pip install pip-review
pip-review --local --interactive



listĀ 
installpip install pyyaml
out of date
pip list --outdated
update all
https://www.activestate.com/resources/quick-reads/how-to-update-all-python-packages/

pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
update pip
update with python module


remove / uninstall

https://servicedesk.mtu.edu/TDClient/1801/Portal/KB/ArticleDet?ID=66715

pip uninstallĀ  flask