Tag: homebrew

  • Installing pygame in OSX Mavericks

    pip install numpy brew install sdl sdl_ttf sdl_image sdl_mixer Download the pygame source. It’s one of the top links. Extract it somewhere and go to that directory in a terminal. Run python config.py. Open “Setup” file that will be found after running the above command . Change the lines starting SDL, FONT, IMAGE, and MIXER…