
help:
	@echo "targets: develop and install"

develop:
	python setup.py develop

install:
	python setup.py install
