From 5221df285475bb9cf681f64f3a41b09759a0e570 Mon Sep 17 00:00:00 2001 From: king Date: Mon, 6 Apr 2020 09:39:29 +0000 Subject: [PATCH] Update 'readme.md' --- readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cbe3ae9..997d09c 100644 --- a/readme.md +++ b/readme.md @@ -10,4 +10,13 @@ Les fichiers importants sont : - bookpfe/settings.py - recherche/urls.py - recherche/views.py -- recherche/templates/recherche/index.html \ No newline at end of file +- recherche/templates/recherche/index.html + +### Dépendance sous linux + + apt install python3-pip + pip install django + +### Lancement de l'application + + python3 manage.py runserver \ No newline at end of file