all:
	rm -rf build
	python3 setup.py build
	python3 setup.py install --install-lib ../python
