From 8ab90e72b30bc3134a4f8d9f02efbb2cdcab726e Mon Sep 17 00:00:00 2001
From: Bob's Programming Academy
<97769721+BobsProgrammingAcademy@users.noreply.github.com>
Date: Wed, 22 Nov 2023 05:36:02 +0100
Subject: [PATCH] Updated README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d4eb2b6..deea82c 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This is a student management system built using **Django 4**, **HTML 5**, **CSS
Install the following prerequisites:
1. [Python 3.8-3.11](https://www.python.org/downloads/)
-
This project uses **Django v4.2.4**. For Django to work, you must have a correct Python version installed on your machine. More information [here](https://django.readthedocs.io/en/stable/faq/install.html).
+
This project uses **Django v4.2.4**. For Django to work, you must install a correct version of Python on your machine. More information [here](https://django.readthedocs.io/en/stable/faq/install.html).
2. [Visual Studio Code](https://code.visualstudio.com/download)