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