Description
This is Nanson's fork of SethsFiles in the PurdueSolarRacing repository
TODO List of python files that are not executing properly: -Create_Spline.py -Spline_on_Map.py
How to set up
Note: this only works on MacOS, please find similar commands on the internet if you are not on MacOS
You need to run this repository inside a virtual environment
Ensure that you have python3 installed with python3 --version
If python3 was not found, then you'll probably need to search online how to install python.
cd into this directory, you'll be in the right place if you execute pwd and see that SethsFiles is at the end.
run python -m venv .venv && pip install -r requirements.txt && source .venv/bin/activate
Now you can run any python file in this repository!
Planned to be linked with Battery-Cooling-Simulator: https://github.com/Purdue-Solar/Battery-Cooling-Simulator.git