From 3c4a9a89a8f1dd232b3669b1e95cf17911961532 Mon Sep 17 00:00:00 2001 From: Skia Date: Thu, 28 Jul 2016 13:02:10 +0200 Subject: [PATCH] Fix README --- README.md | 5 ++++- subscription/models.py | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25eaacbe..69a98a63 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To start working on the project, just run the following commands: git clone https://ae-dev.utbm.fr/ae/Sith.git cd Sith virtualenv --clear --python=python3 env - source env_sith/bin/activate + source env/bin/activate pip install -r requirements.txt ./manage.py setup @@ -21,6 +21,9 @@ generate a complete HTML documentation that will be available in the *./doc/html ### Dependencies: See requirements.txt +You may need to install some dev libraries like `libssl-dev`, `libjpeg-dev`, or `zlib1g-dev` to install all the +requiered dependancies with pip. + The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example) diff --git a/subscription/models.py b/subscription/models.py index 903f820d..7423cade 100644 --- a/subscription/models.py +++ b/subscription/models.py @@ -149,6 +149,7 @@ def guy(): bibou_test(3, date(2015, 9, 18)) bibou_test(4, date(2015, 9, 18)) print('='*80) + bibou_test(1, date(2000, 2, 29)) bibou_test(2, date(2000, 2, 29)) bibou_test(1, date(2000, 5, 31)) bibou_test(1, date(2000, 7, 31))