2. Pygame setup

2.1. Install pygame.

pygame 2.5.2 (as of Dec 2023) will be able to be installed with python 3.11
pip install pygame
To update pygame:
pip install -U pygame==2.5.2