develop:
	pip install --no-build-isolation -e .
	pip install --no-build-isolation -r dev-requirements.txt


.PHONY: develop
