instal pygame for a specific interpreter code example
Example 1: how to install pygame
# on windows write in powershell:
pip install pygame
# on os write in terminal
pip install pygame
Example 2: how to install pygame in python
pip install pygame