mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
Fix README
This commit is contained in:
parent
e3705f9fe2
commit
3c4a9a89a8
@ -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
|
git clone https://ae-dev.utbm.fr/ae/Sith.git
|
||||||
cd Sith
|
cd Sith
|
||||||
virtualenv --clear --python=python3 env
|
virtualenv --clear --python=python3 env
|
||||||
source env_sith/bin/activate
|
source env/bin/activate
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
./manage.py setup
|
./manage.py setup
|
||||||
|
|
||||||
@ -21,6 +21,9 @@ generate a complete HTML documentation that will be available in the *./doc/html
|
|||||||
### Dependencies:
|
### Dependencies:
|
||||||
See requirements.txt
|
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)
|
The development is done with sqlite, but it is advised to set a more robust DBMS for production (Postgresql for example)
|
||||||
|
|
||||||
|
|
||||||
|
@ -149,6 +149,7 @@ def guy():
|
|||||||
bibou_test(3, date(2015, 9, 18))
|
bibou_test(3, date(2015, 9, 18))
|
||||||
bibou_test(4, date(2015, 9, 18))
|
bibou_test(4, date(2015, 9, 18))
|
||||||
print('='*80)
|
print('='*80)
|
||||||
|
bibou_test(1, date(2000, 2, 29))
|
||||||
bibou_test(2, date(2000, 2, 29))
|
bibou_test(2, date(2000, 2, 29))
|
||||||
bibou_test(1, date(2000, 5, 31))
|
bibou_test(1, date(2000, 5, 31))
|
||||||
bibou_test(1, date(2000, 7, 31))
|
bibou_test(1, date(2000, 7, 31))
|
||||||
|
Loading…
Reference in New Issue
Block a user