diff --git a/README.md b/README.md
index 2189c08b296de46799c99d3899e2afa3bd6c7d31..6ad778fcc4a2e1594de730294b8a35c8c4559209 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,9 @@
 # PIMA_grp4
 
+## Prérequis
+
+Installer Django : `pip install django` ou `python -m pip install django`
+
+## Lancement du site en local
+
+Lancez `python manage.py runserver` puis allez à localhost:8000/nutriform pour accéder au site.
\ No newline at end of file