all:
	python3 -m pip wheel .
clean:
	rm -rf *.whl
install:
	python3 -m pip install --force-reinstall pmcx-*.whl
