.. _install-kivy_pong_demo: Installation ============ kivy_pong_demo can be installed either by downloading a pre-compiled application from the `release page `_ or by installing kivy_pong_demo and all its dependencies to an existing Python installation with:: pip install path/to/kivy_pong_demo Or as an editable install:: pip install -e path/to/kivy_pong_demo Once installed, kivy_pong_demo can be run either with the ``kivy_pong_demo`` command or by directly running ``python kivy_pong_demo/run.py``.