diff --git a/README.md b/README.md
index ab247ceca517608feb3de41675f5d5c091d11e63..2d37d0a9abfaeeab6fa0a1bbdf2978881de37c4d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,23 @@
 # Artefact
 
-The source code of my Artefact
\ No newline at end of file
+The source code of my Artefact
+
+Get a clone of my master code or download the file
+
+# Install Python
+
+Go to http://python.org/ and download the latest Python installer
+
+# Install Pygame
+
+Windows:
+
+py -m pip install -U pygame --user
+
+py -m pygame.examples.aliens
+
+Mac OS:
+
+python3 -m pip install -U pygame==2.0.0.dev12 --user
+
+Anaconda Mac use pythonw instead of python
\ No newline at end of file