Create and activate a virtualenv for watchbot-progress-py.
then:
$ pip install -U pip
$ pip install -r requirements-dev.txt
watchbot-progress-py and it's dev and test dependencies can be installed with:
$ pip install -e .[test]
Tests can be run locally with:
tox
In order to publish a watchbot-progress-py release to PyPI, you'll need access to a Maintainer account.
python setup.py sdist bdist_wheel --universal
twine upload dist/*