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
Überprüfen Sie danach, ob es mit ipython usw. importiert werden kann.
In [1]: import pygame
In [2]:
Kein Fehler.
Recommended Posts