From 387d551844529f2c8f18ba13f5a836046dd5b235 Mon Sep 17 00:00:00 2001 From: Junior Date: Mon, 3 Jun 2024 12:51:09 -0400 Subject: [PATCH] Note about pygame module install --- PyGame/README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/PyGame/README.md b/PyGame/README.md index 3bc626a..2ff8eb2 100644 --- a/PyGame/README.md +++ b/PyGame/README.md @@ -1,3 +1,12 @@ # PyGame Python Examples -This folder contains simple examples of using PyGame in Python to create simple UI tools or "game like" programs. \ No newline at end of file +This folder contains simple examples of using PyGame in Python to create simple UI tools or "game like" programs. + +## Prerequesits + +All of these projects require the PyGame module. + +Inside a terminal: +``` +pip install pygame +``` \ No newline at end of file