From 9abf67d5976af95970115e81bc8b609fe32e80ee Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Mon, 3 Apr 2023 22:43:37 +0200 Subject: [PATCH] update README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 8a69338..7ae6b6c 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,6 @@ ___
A Simple deduction game based on facial reactions
 - -## Screenshots - - - - ___ ## How to run @@ -19,7 +13,7 @@ Then to install the depedencies run ```pip install -r requirement.txt```. If you want to contribute you may install the dev dependecies as well : ```pip install -r dev-requirement.txt``` -You will need to create the .env file from the .env.dist and fill the parameters. Do take note that this website was conceived to run on a mariadb sql database, however this can be easly changed in the data_access.py file. In order to fill the remote database with the data availible in this repo you will need to run the remote.py script : ```python3 truthinquiry/logic/data_persistance/remote.py ``` +You will need to create the .env file from the .env.dist and fill the parameters. Do take note that this website was conceived to run on a mariadb sql database, however this can be easly changed in the data_access.py file. In order to fill the remote database with the data availible in this repo you will need to run the bulk_import.py script : ```python3 bulk_import.py datasets/bulk_data.yml``` To launch the web server you will need to fill the .env file with the database connection and to fill the flask_secret within it then you can use