pyenv install 3.4.0
pyenv virtualenv 3.4.0 pygame
pyenv local pygame
brew install mercurial
brew install sdl
pip3 install hg+http://bitbucket.org/pygame/pygame
After that, check if it can be imported with ipython etc.
In [1]: import pygame
In [2]:
No error.
Recommended Posts