Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 238 Bytes

File metadata and controls

17 lines (9 loc) · 238 Bytes

Start

cd into the directory

run "python -m venv venv"

on windows: run "venv\Scripts\activate"

run "pip install -r requirements.txt"

all packages should be downloaded

Run Simulation

cd into the directory

run "python main.py"