Changeset 3511899 in python-game
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
r7145e24
|
r3511899
|
|
12 | 12 | pip3 install pygame |
13 | 13 | pip3 install pyobjc |
14 | | pip3 install PyOpenGL |
| 14 | pip3 install PyOpenGL PyOpenGL_accelerate |
| 15 | # PyOpenGL_accelerate is needed on OSX, not sure if it's needed on |
| 16 | # other platforms |
15 | 17 | |
16 | 18 | Run the game with: |