Coimment about installing pymunk

This commit is contained in:
PySimpleGUI 2020-12-20 17:45:16 -05:00
parent 3717b318b0
commit 225eada259
2 changed files with 42 additions and 30 deletions

View file

@ -5,6 +5,7 @@ import random
import socket
"""
python -m pip install pymunk==5.7.0
Demo that shows integrating PySimpleGUI with the pymunk library. This combination
of PySimpleGUI and pymunk could be used to build games.
Note this exact same demo runs with PySimpleGUIWeb by changing the import statement