Skip to content

Instantly share code, notes, and snippets.

@andreagalle
Forked from david-wm-sanders/pipfreeze
Created October 30, 2023 09:40
Show Gist options
  • Save andreagalle/624bfa9e8757d5397263a742c50b3f03 to your computer and use it in GitHub Desktop.
Save andreagalle/624bfa9e8757d5397263a742c50b3f03 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