Skip to content

Instantly share code, notes, and snippets.

@snapo
Created May 6, 2017 16:27
Show Gist options
  • Save snapo/26319699a338efc4ac9940e7bfd43a08 to your computer and use it in GitHub Desktop.
Save snapo/26319699a338efc4ac9940e7bfd43a08 to your computer and use it in GitHub Desktop.
for /F "delims===" %i in ('pip freeze -l') do pip install -U %i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment