Makefile 109 Bytes
init:
	pip install -r requirements.txt
	pip install .
	python -m volia.test

uninstall:
	pip uninstall volia