setup:
	python3 setup.py sdist bdist_wheel

init:
	pip install -r requirements.txt

test:
	py.test tests

.PHONY: init test
