source: python-game/README.md@ 1d1c77e

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

Correctly detect the native resolution on Mac

  • Property mode set to 100644
File size: 268 bytes
Line 
1On linux, you need to install tkinter:
2sudo apt-get install python3-tk
3
4On mac, install pygame like this:
5
6brew install python3
7
8# Not sure if this is actually needed
9brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi
10
11pip3 install pygame
12pip3 install pyobjc
Note: See TracBrowser for help on using the repository browser.