Created
August 22, 2016 19:01
-
-
Save Chitrank-Dixit/134b30f98b1dc01342ffdc3e7aeb9ec9 to your computer and use it in GitHub Desktop.
Python Create and Upload code to the module
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
The python module basic commands | |
to clean and remove the module | |
$ python setup.py sdist (this command will remove the module from your systems python) | |
$ python setup.py install ( this command will install the module to your system's python) | |
$ python setup.py register ( this command will register your module to the pypi) | |
$ python setup.py sdist upload ( this command will upload your newer module version) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment