-
-
Save andreagalle/624bfa9e8757d5397263a742c50b3f03 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