Fix README

This commit is contained in:
Skia 2016-07-28 13:02:10 +02:00
parent e3705f9fe2
commit 3c4a9a89a8
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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))