Skip to content

Instantly share code, notes, and snippets.

@paneru-rajan
Last active January 30, 2018 16:12
Show Gist options
  • Save paneru-rajan/7e0fd18f670c9ed93c728ce44f07f2a0 to your computer and use it in GitHub Desktop.
Save paneru-rajan/7e0fd18f670c9ed93c728ce44f07f2a0 to your computer and use it in GitHub Desktop.
[Pip Freeze downloaded modules]python freeze downloaded packages only #python #pip #freeze

Pip freeze only downloaded packages

It omits the dependent packages, and can be used to get clean list of downloaded python modules to add in requirement.txt file

comm -12 <(pip list --format=freeze --not-required) <(pip freeze) > requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment