Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 476 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 476 Bytes

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