Setup pip install -r requirements-dev.txt Create a new version in Pipy python setup.py sdist bdist_wheel twine upload dist/* Run tests nosetests -v tests/ Run Flake8 flake8 html_similarity References Twine How to publish your own Python Package on PyPi