diff --git a/README.md b/README.md new file mode 100644 index 0000000..80e0ee2 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Intelligent Roundabout Efficient Simulation of Traffic Evolution +![Banner](banner.jpg) + +## Installation : + +``` +git clone https://gitlab.univ-nantes.fr/E208835U/Traffic.git +pip install sumolib +pip install pyside6 (optionnel pour l'ui) +``` + +## Usage : + +``` +python main.py +``` diff --git a/banner.jpg b/banner.jpg new file mode 100644 index 0000000..331a417 Binary files /dev/null and b/banner.jpg differ