Skip to content

Instantly share code, notes, and snippets.

@david-wm-sanders
Created September 4, 2017 01:20
Show Gist options
  • Save david-wm-sanders/1469585e66a268afced9ea980dac9723 to your computer and use it in GitHub Desktop.
Save david-wm-sanders/1469585e66a268afced9ea980dac9723 to your computer and use it in GitHub Desktop.
Powershell Command to pip freeze properly
.\venv\Scripts\pip freeze | Out-File -Encoding UTF8 requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment