From b12402947c4ccdab2ae3762366b474922c120a3a Mon Sep 17 00:00:00 2001 From: milanjaeckel Date: Sun, 17 May 2026 15:18:02 +0200 Subject: [PATCH] expanded and refactored readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 76faa18..6b7bf5a 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ A Python chess board renderer built with Pygame. Renders a classic 8x8 chessboar ## Installation -First, make sure you have Python installed. You can grab it at [python.org](https://www.python.org/downloads/) if not. +Python needs to be installed. Then install Pygame by running this in your terminal: