HackMT 2020. Car Hacked.
This is the repo for capturing car data.
python3
Make sure you have python3
installed. Once it is, run python3 -m venv venv
to create a virtual environment. Then run source venv/bin/activate
to activate it. Make sure your environment is running everytime you need to develop or run the application. When your environment is activated, run pip install -r requirements.txt
to install the required packages.