From e13d8eedfeb621ac5426ba6f78e46f3146d2c63a Mon Sep 17 00:00:00 2001 From: Axel HUYNH-PHUC Date: Sun, 20 Jan 2019 11:58:45 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e6649a..7aaae10 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ which when the pollution rate exceeds a certain threshold in these then we act o ![](https://github.com/Ahp06/SUMO_Emissions/blob/master/sumo_project/files/imgs/simulation_example.PNG) # Prerequisites: -* Python 3.7 -* SUMO 1.1.0 +* Python >3.7 : https://www.python.org/downloads/ +* External Python librairies : shapely, parse, jsonpickle : ``` > pip install [LIBRARY_NAME] ``` +* SUMO 1.1.0 : http://sumo.dlr.de/wiki/Downloads # How to run