X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=blobdiff_plain;f=README;h=0553d38a17bf6c4642ab132c05fa2e7059a3517b;hp=b7bc024bbe42187581c7c17555b74f4ce5882c0c;hb=60f5cbeec5d348b843fca045a9af04432eaeafb2;hpb=83c7fe86f1d9e8768d11941e49d387aca507ff3d diff --git a/README b/README index b7bc024..0553d38 100644 --- a/README +++ b/README @@ -10,6 +10,16 @@ can be found at https://pygame-zero.readthedocs.org/en/latest/installation.html. Running the game ================ +This game requires Python 3. + Run the game using: -$ pgzrun app.py +$ python -m koperkapel + +or, if your default python is Python 2, + +$ python3 -m koperkapel + +or just + +$ ./run_game.py