Skip to content

Instantly share code, notes, and snippets.

@aidmax
Created January 9, 2019 07:38
Show Gist options
  • Save aidmax/12b5d63632d72b43f1b07b6f41a59a70 to your computer and use it in GitHub Desktop.
Save aidmax/12b5d63632d72b43f1b07b6f41a59a70 to your computer and use it in GitHub Desktop.
pip freeze > requirements.txt
and distribute that. T
his will allow others using your project to reinstall all the same requirements into their virtualenv with:
pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment