Instantly share code, notes, and snippets.
list and upgrade pip modules
pip list --outdated | cut -d' ' -f1 | xargs pip install -U