Files
xterra-overland-dashboard/Makefile
T

9 lines
138 B
Makefile

run:
python3 simulator/app.py
venv:
python3 -m venv .venv
install:
. .venv/bin/activate && pip install -r simulator/requirements.txt