From 736aead2c3113c7524cc8dbc3502458248e0289d Mon Sep 17 00:00:00 2001 From: Caleb Brown Date: Thu, 8 Apr 2021 11:39:08 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b22516..04a61de 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ Made using Python3 and Pygame. To run, navigate to the root application folder and in terminal type: -`python .\main.py` \ No newline at end of file +`python .\main.py` + +To install Pygame: + +`pip install pygame`