Skip to content

Instantly share code, notes, and snippets.

@mardix
Last active April 24, 2019 06:14
Show Gist options
  • Select an option

  • Save mardix/c96e1ce96ba0f544d7dd21b50867d91f to your computer and use it in GitHub Desktop.

Select an option

Save mardix/c96e1ce96ba0f544d7dd21b50867d91f to your computer and use it in GitHub Desktop.
Python Package Development
## Develop
To install
> python setup.py develop
To uninstall
> python setup.py develop –unistall
## Deploy
sudo python setup.py register -r pypi && sudo 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