Skip to content

Instantly share code, notes, and snippets.

@Chitrank-Dixit
Created August 22, 2016 19:01
Show Gist options
  • Save Chitrank-Dixit/134b30f98b1dc01342ffdc3e7aeb9ec9 to your computer and use it in GitHub Desktop.
Save Chitrank-Dixit/134b30f98b1dc01342ffdc3e7aeb9ec9 to your computer and use it in GitHub Desktop.
Python Create and Upload code to the module
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