diff --git a/Makefile b/Makefile index 0a34f96..1e9ea1f 100644 --- a/Makefile +++ b/Makefile @@ -82,3 +82,6 @@ release-dev: clean ## package and upload a release release-prod: clean ## package and upload a release python3 setup.py sdist bdist_wheel --universal twine upload dist/* + +install-from-test-pypi: + pip3 install --index-url https://test.pypi.org/simple/ chartify \ No newline at end of file