.PHONY: run run: .env ; @./run.sh .PHONY: init init: pip install -r requirements.txt @cp .env.example .env ${EDITOR} .env