diff --git a/README.md b/README.md
index ba5ab6c28f8e7afe7366f85f9275f6da835a62c0..b6b577facd121d9931e2f084107421a1d6969e6c 100644
--- a/README.md
+++ b/README.md
@@ -52,11 +52,31 @@ Créer une issue par fonctionnalités.
 
 ## Captures d'écran
 
+Écran de départ
 ![Alt text](/img/ecran_de_départ.png)
+Écran de jeu
 ![Alt text](/img/ecran_de_jeu.png)
+Plante infécté
 ![Alt text](/img/plante_infecte.png)
+Plante morte
 ![Alt text](/img/plante_morte.png)
 
 ## Procédures d'installation et d'exécution
 
+    Pour Linux et Mac :
+        Pré-requis :
+
+        - Avoir Python d'installé (testé sur les versions `3.9.1` et `3.9.2`)
+        [Installer Python](https://www.python.org/downloads/)
+        - Avoir pip d'installé
+        [Installer pip](https://pypi.org/project/pip/)
+        - Installer les dépendances
+        `pip install -r requirements.txt`
+
+        Jouer au jeu
+
+        ```sh
+        cd ../src/
+        py T3.py
+        ```