Skip to content

Instantly share code, notes, and snippets.

@ReidWilliams
Created January 30, 2018 21:39
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 ReidWilliams/eb4d224887547ec808b94b1a3d360bad to your computer and use it in GitHub Desktop.
Save ReidWilliams/eb4d224887547ec808b94b1a3d360bad to your computer and use it in GitHub Desktop.
Python: freeze and install packages
$ pip freeze > requirements.txt
$ pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment