Pygame Installation Guide#

  1. open terminal
  2. run the command in point number three
  3. pip3 install pygame
  4. to verify the installation, run the command in point number five
  5. pip3 show pygame
  6. if it shows the version number, its installed. if it has nothing or says package not found, its not installed