add make install command
This commit is contained in:
parent
25b581294f
commit
f3470c6da4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -13,3 +13,6 @@ pip:
|
||||||
twine:
|
twine:
|
||||||
twine upload dist/*.whl
|
twine upload dist/*.whl
|
||||||
twine upload dist/*.tar.gz
|
twine upload dist/*.tar.gz
|
||||||
|
|
||||||
|
install: clean
|
||||||
|
python setup.py install
|
||||||
|
|
Loading…
Reference in a new issue