windows install pygame code example
Example 1: install pygame on mac
python3 -m pip install -U pygame==2.0.0.dev6
Example 2: pip install pygame
py -m pip install -U pygame --user
python3 -m pip install -U pygame==2.0.0.dev6
py -m pip install -U pygame --user