LoginSignup
5
6

More than 5 years have passed since last update.

macのpython3.4にpygameをインストール

Posted at
  • 事前にpyenv、virtualenv、Homebrew、pipをインストールしておく。
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

その後、ipython等でimport出来るか確認。

In [1]: import pygame

In [2]: 

エラーなし。

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6