This repo models an electric (full EV) vehicle.
Clone the repo:
git clone https://github.com/bjyurkovich/vehicle-model-pythonCreate your virtual environment:
virtualenv venvActivate your virtual env:
source venv/bin/activateLoad the dependencies:
pip install -r requirements.txtYou may need to fight with matlibplot if you are on OSX
Run the model:
python simulator.py