run:
	python3 simulator/app.py

venv:
	python3 -m venv .venv

install:
	. .venv/bin/activate && pip install -r simulator/requirements.txt
