Changeset 1d1c77e in python-game for README.md


Ignore:
Timestamp:
Mar 6, 2017, 2:47:30 AM (8 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
master
Children:
e79c833
Parents:
b632a7c
Message:

Correctly detect the native resolution on Mac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    rb632a7c r1d1c77e  
    22sudo apt-get install python3-tk
    33
     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 TracChangeset for help on using the changeset viewer.