I found instructions for Python 3.3 but nothing specifically for 2.7. I sorted it out and figured I'd record it here for future reference.
I found instructions for Python 3.3 but nothing specifically for 2.7. I sorted it out and figured I'd record it here for future reference.
This assumes you have pyenv installed for your project (
~/my-project-dir
) and your virtualenv (my-pyenv-virtualenv
) is set up.To get latest Pygame source, see: http://www.pygame.org/download.shtml
To test