Changeset 3511899 in python-game for README.md


Ignore:
Timestamp:
Mar 31, 2017, 3:49:41 PM (8 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Children:
a7d1e5e
Parents:
7145e24
Message:

Add osx-specific OpenGL installation instructions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r7145e24 r3511899  
    1212pip3 install pygame
    1313pip3 install pyobjc
    14 pip3 install PyOpenGL
     14pip3 install PyOpenGL PyOpenGL_accelerate
     15# PyOpenGL_accelerate is needed on OSX, not sure if it's needed on
     16# other platforms
    1517
    1618Run the game with:
Note: See TracChangeset for help on using the changeset viewer.