Skip to content

Instantly share code, notes, and snippets.

@fepa
Last active June 12, 2018 11:42
Show Gist options
  • Save fepa/d821aa0078bd5ca7d3c1141731f9a290 to your computer and use it in GitHub Desktop.
Save fepa/d821aa0078bd5ca7d3c1141731f9a290 to your computer and use it in GitHub Desktop.
Upgrade outdated pip dependencies
pip list --outdated --format=freeze | cut -d= -f1 | xargs pip install -U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment