From 2bafe3e9eb59d48b947e86c9f643490fa58bfc43 Mon Sep 17 00:00:00 2001 From: docentYT <63965954+docentYT@users.noreply.github.com> Date: Sun, 23 Apr 2023 21:08:34 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e291566..1183604 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,6 @@ A GUI Interface that allows a user to sharpen any given image with minimal effort. #### How to use: -- Run the python file (*Front End.py*) located in the 'Front End' folder. -- The rest should be self explanatory. +- Install requirements.txt: `pip install -r requirements.txt`. +- Run the python file (*FrontEnd.py*) located in the 'FrontEnd' folder. +- The rest should be self explanatory. \ No newline at end of file