init:
	pip install pipenv
	pipenv install
test:
	# pytest
