Skip to content

Instantly share code, notes, and snippets.

@OdinsPlasmaRifle
Last active June 25, 2019 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OdinsPlasmaRifle/884f174c782d46ce281c02c52c18ee47 to your computer and use it in GitHub Desktop.
Save OdinsPlasmaRifle/884f174c782d46ce281c02c52c18ee47 to your computer and use it in GitHub Desktop.
Pypi Packaging

Python Packages

Pypi Packaging

python setup.py sdist
pip install twine
twine upload dist/*

Development

Navigate to the package's folder in the correct virtual env and run:

pip install -e .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment