diff --git a/Makefile b/Makefile index 074a22c..67c512a 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,6 @@ pip: twine: twine upload dist/*.whl twine upload dist/*.tar.gz + +install: clean + python setup.py install