kb-studios
kb-studios

Reputation: 11

which pygame is needed for python 2.7.6?

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

Answers (1)

pampasman
pampasman

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

Related Questions