X-Git-Url: https://git.ctpug.org.za/?p=koperkapel.git;a=blobdiff_plain;f=README;h=0553d38a17bf6c4642ab132c05fa2e7059a3517b;hp=a21e2e2ae26fbd9383df36502269ab12842615a0;hb=cbadf4e3132cb94acd2c17b13ca9a8f0da91cf9d;hpb=c3d7223fd37b42f88390aa2c299588a10daa9984 diff --git a/README b/README index a21e2e2..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: $ python -m koperkapel + +or, if your default python is Python 2, + +$ python3 -m koperkapel + +or just + +$ ./run_game.py