- Run
virtualenv -p python3 venv - Run
source venv/bin/activate - Run
pip install -r requirements.txt - Run
python main.py - Go to
http://localhost:5000
Note, if you are testing locally and don't have a CAN bus set up you can run:
RANDOM_GRAPH=1 python main.py