When I run pip install pygame, it downloads it for python 2.7. I need it for python 3.6. I tried downloading pygame form the website and still I can’t import it in idle. Is there someway I can direct pip to install under the correct version?
I used pip -V to find my pip version and got this: pip 9.0.1 from c:\python27\lib\site-packages (python 2.7)