Skip to content

Instantly share code, notes, and snippets.

@ltpitt
Created May 31, 2017 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ltpitt/876ed3acf3b42a64f9c003a44626b9e3 to your computer and use it in GitHub Desktop.
Save ltpitt/876ed3acf3b42a64f9c003a44626b9e3 to your computer and use it in GitHub Desktop.
How to freeze Python application requirements
# How to freeze pip requirements
pip freeze > requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment