Reputation: 11
which version of pygame should I install for python 2.7.6? I have tried a lot of versions but none of them work! is it necessary to install pygame in a specific location?
Upvotes: 0
Views: 624
Reputation: 318
I think you can just run:
pip install pygame
or
easy_install pygame
and it will automatically pick the best version.
Upvotes: 1