Python Vehicle Simulator

This repo models an electric (full EV) vehicle.

Running

Clone the repo:

git clone https://github.com/bjyurkovich/vehicle-model-python

Create your virtual environment:

virtualenv venv

Activate your virtual env:

source venv/bin/activate

Load the dependencies:

pip install -r requirements.txt

You may need to fight with matlibplot if you are on OSX

Run the model:

python simulator.py