diff --git a/readme.md b/readme.md index 66a9271..6ebde66 100644 --- a/readme.md +++ b/readme.md @@ -2,14 +2,18 @@ ## requirements: 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.