diff --git a/README.md b/README.md index 8fafaf3..64c49d6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ ## About -**NOTE: LOOKING FOR FREE HOSTING FOR FLASK APP; THE CURRENT RAILWAY APP IS NOT BEING UPDATED.** +**NOTE: LOOKING FOR FREE HOSTING FOR FLASK APP; THE CURRENT RAILWAY APP IS NOT BEING UPDATED. The app is still functional, but you will need to host it locally (see: [Installation & Usage](#installation--usage))** MCQambridge is an automated MCQ past paper solving application for Cambridge A-levels & IGCSE. It simplifies and automates the process of solving past papers, checking your answers, and calculating your percentages. @@ -66,14 +66,7 @@ MCQambridge is an automated MCQ past paper solving application for Cambridge A-l ### Prerequisites -This project requires: -- Flask -- PyPDF2 -- Jinja2 -- requests - -You can download these prerequisites by following the instructions below. - +This project requires Python 3 (any version of Python 3 that supports the requirements will do). ### Installation & Usage 1. Clone the repository with: `git clone https://github.com/ghassbomb/mcqambridge.git` diff --git a/docs/images/2.png b/docs/images/2.png deleted file mode 100644 index 283a57e..0000000 Binary files a/docs/images/2.png and /dev/null differ diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 6b3e5bc..0000000 --- a/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -Flask -PyPDF2==3.0.1 -Jinja2 -requests diff --git a/static/pdf/ms.pdf b/static/pdf/ms.pdf index 9d855a8..642807b 100644 Binary files a/static/pdf/ms.pdf and b/static/pdf/ms.pdf differ