clean:
	rm -r build/

build:
	python setup.py build
	python setup.py install --user
