The backend python code for our project resides in this repositroy. This includes the simulation, optimization and design components.
- Clone this repository with
git clone https://github.com/Team-AC/EMS-Simulation.git
- Install Python on your local machine
- Install the python packages by running
pip install -r requirements.txt
(inside the repository folder)
- Run
py main.py
in your terminal (inside the repository folder)