
develop:
	pip install -e . -vv --no-build-isolation --no-deps

clean:
	rm -rf build

test:
	pytest -v -s tests
