From 1f66e5982c016f0ba0cd1d58d00fc0e86b7c5b1e Mon Sep 17 00:00:00 2001 From: Beppe Vanrolleghem Date: Wed, 30 Nov 2022 14:51:11 +0100 Subject: [PATCH 1/2] Update readme.md --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 66a9271..6454270 100644 --- a/readme.md +++ b/readme.md @@ -5,11 +5,14 @@ python 3.9 pip ## installation +``` pip install -r requirements.txt + python main.py +``` ## access application localhost:8080 in browser ## data.txt -fill data.txt with necessary context for question to be answered. \ No newline at end of file +fill data.txt with necessary context for question to be answered. From a3c25238fb12609e60fd1ad9089ab1c758e014c4 Mon Sep 17 00:00:00 2001 From: Beppe Vanrolleghem Date: Wed, 30 Nov 2022 14:51:24 +0100 Subject: [PATCH 2/2] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 6454270..6ebde66 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,7 @@ ## requirements: python 3.9 + pip ## installation