0

I am looking to start programming using pygame however i cannot find a way to get a version for 64bit python 3.4. If anyone could help i would be grateful Thanks

1 Answers1

1
pip install pygame

should work, but you'll probably have better luck with python 3.5 or 3.6; I was not able to pip install it for python 3.4

The wheels are available on pypi

There is a installation page on the (new) pygame website.

Reblochon Masque
  • 35,405
  • 10
  • 55
  • 80