On 21 March 2015 at 20:31, JeffreyDanowitz <danow...@bezeqint.net> wrote:
> Ok  - I tried using Homebrew and I got the following error:
>
> Jeffreys-Air:opt jeffreydanowitz$ brew install pygame
> Error: No available formula for pygame
> Searching formulae...
> Searching taps...
> homebrew/python/pygame


Sorry, I forgot, pygame is in the "python" section of homebrew (they
call them taps). You need to add the tap before you can install
pygame.

Enter:

brew tap homebrew/python
brew install pygame

This installs pygame 1.9, hopefully that's the one you need.

John

Reply via email to