Testing ------- In a Python 3 virtualenv: ~~~ pip install -e . pip install -r requirements-test.txt make test ~~~ Release ------- * Update ocrd-tool.json version * Update setup.py version * git commit -m 'v' * git tag -m 'v' 'v' * git push --tags PyPI: * `rm -rf dist/` or backup if `dist/` exists already * In the virtualenv: `python setup.py sdist bdist_wheel` * `twine upload dist/ocrd_calamari-*`