Skip to content

Instantly share code, notes, and snippets.

@optinsoft
Created September 6, 2024 07:37
Show Gist options
  • Select an option

  • Save optinsoft/ec6174b59aaf22c8ef455ec0e683412f to your computer and use it in GitHub Desktop.

Select an option

Save optinsoft/ec6174b59aaf22c8ef455ec0e683412f to your computer and use it in GitHub Desktop.
Get requirements for python
pip freeze > '.\requirements.tmp'
Get-Content '.\requirements.tmp' | Out-File '.\requirements.txt' -Encoding "utf8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment