+ 12
pygame
Does anyone know how to install pygame for python 3 on win64?!
3 Answers
+ 1
you might want to take a look at that:
https://www.webucator.com/blog/2015/03/installing-the-windows-64-bit-version-of-pygame/
+ 11
Thanks everyone!
+ 2
press the widows key
type python
right cick on python and press "open file location"
repeat step 3
open the scripts folder
do shift+rightclick
press "open command prompt here"
type "pip install pygame"
wait a few seconds
thats how I did it