From f3470c6da4e94b7a2e13329a4647418891175e6b Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 17 Oct 2016 23:21:48 +0900 Subject: [PATCH] add make install command --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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