diff --git a/Makefile b/Makefile index 1970d38..cc7ed16 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ init_docs: docs: $(MAKE) -C docs html -install: clean version +install: clean pip install wheel python setup.py bdist_wheel pip install --upgrade dist/*.whl