Pygame version with python 3.6

I have python 3.6 on my windows, which pygame should I download? I have tried multiple downloads and they do not work. Please help!


Solution 1:

The best way to install Pygame on Windows is to enter this in the command line:

py -3.6 -m pip install pygame

This will install Pygame specifically for version 3.6 (just in case you have other Python versions that come first in your PATH variable).