Skip to content

Instantly share code, notes, and snippets.

@MS-Jahan
Created December 5, 2021 17:51
Show Gist options
  • Save MS-Jahan/af62b187374be1c4cc28f2eb24de7e97 to your computer and use it in GitHub Desktop.
Save MS-Jahan/af62b187374be1c4cc28f2eb24de7e97 to your computer and use it in GitHub Desktop.
`pip freeze > requirements.txt` without version numbers
pip3 freeze | cut -d"=" -f1 > requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment