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