Created
January 9, 2019 07:38
-
-
Save aidmax/12b5d63632d72b43f1b07b6f41a59a70 to your computer and use it in GitHub Desktop.
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
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