From 743940df3b18b0cd275e14f8adaeb048fb437f9e Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Tue, 11 Apr 2023 16:15:35 +0200 Subject: [PATCH] update readme --- readMe.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/readMe.md b/readMe.md index 50f999a..b50408a 100644 --- a/readMe.md +++ b/readMe.md @@ -1,11 +1,25 @@ # La Chariotte +## Présentation + La Chariotte est une application web sous licence libre Affera GPL, développée et maintenue par [Hashbang](https://hashbang.fr/). -## Lancer les tests et linter +## Développement + +Cloner le projet : +```bash +git clone https://gitlab.com/hashbangfr/la_chariotte.git +``` + +Installer les dépendances : +```bash +pip install -r requirements.txt +pip install -r dev-requirements.txt +``` + +## Lancer les tests Lancer les tests avec pytest : - ```bash pytest ```