Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 201 Bytes

DEVEL.md

File metadata and controls

14 lines (10 loc) · 201 Bytes

Development of the Distant Viewing Toolkit

To test the toolkit, use:

pytest --disable-warnings .

To send the PyPI, use (needs password):

python setup.py sdist
twine upload dist/*