diff --git a/README.md b/README.md
index 8df17f1c8958026b48b876a68b6fe9c5a48afc70..0dc6ef9603fb175e1bc681a3dd3f33f7e4bd2b24 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
 # Final Year Project
 
-This repository has been created to store your final year project.
+To run the program, you will need Python 3.10.0 or later installed on your system. You will also need the Pygame package installed. To do this, you can run the following command in your command line interface:
 
-You may edit it as you like, but please do not remove the default topics or the project members list. These need to stay as currently defined in order for your supervisor to be able to find your project.
+pip install pygame
+
+This command will download and install the latest version of Pygame from the Python Package Index (PyPI). After installation, you should be able to import Pygame into your Python scripts and use its functionality. Alternatively, you can install the package straight from an IDE, which is also necessary to run the program.
+
+Lastly, all you have to do is run main.py from your IDE of choice.