Created
February 15, 2017 17:03
-
-
Save phizaz/471430aade1cf6d9701c7a5cbe94c9b2 to your computer and use it in GitHub Desktop.
Python's Pip Scripts
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
# register to pip | |
python setup.py register -r pypi |
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
# submit to pip | |
python setup.py sdist upload -r pypi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment