Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 292 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 292 Bytes

PID GUI

  1. Run virtualenv -p python3 venv
  2. Run source venv/bin/activate
  3. Run pip install -r requirements.txt
  4. Run python main.py
  5. 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