Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 376 Bytes

devnotes.md

File metadata and controls

25 lines (18 loc) · 376 Bytes

Some notes for us (the developers)

Building

On Linux

Build with:

python setup.py sdist

Local install with:

pip install dist/*.tar.gz --user

Upload:

twine upload dist/*

Create tag to upload to PyPI.