source: python-game/README.md@ 7145e24

Last change on this file since 7145e24 was 7145e24, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 8 years ago

Update the README with instruction for installing opengl

  • Property mode set to 100644
File size: 362 bytes
RevLine 
[b632a7c]1On linux, you need to install tkinter:
2sudo apt-get install python3-tk
[e79c833]3sudo apt-get install python3-opengl
[b632a7c]4
[1d1c77e]5On mac, install pygame like this:
6
7brew install python3
8
9# Not sure if this is actually needed
10brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi
11
12pip3 install pygame
13pip3 install pyobjc
[7145e24]14pip3 install PyOpenGL
[e79c833]15
16Run the game with:
17python3 game.py
Note: See TracBrowser for help on using the repository browser.