Created
September 4, 2017 01:20
-
-
Save david-wm-sanders/1469585e66a268afced9ea980dac9723 to your computer and use it in GitHub Desktop.
Powershell Command to pip freeze properly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.\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