diff --git a/doc/sources/guide/installation-ubuntu.rst b/doc/sources/guide/installation-ubuntu.rst index 569133460..634f5e779 100644 --- a/doc/sources/guide/installation-ubuntu.rst +++ b/doc/sources/guide/installation-ubuntu.rst @@ -5,6 +5,7 @@ Ubuntu 10.10 (Maverick) ----------------------- :: + $ sudo apt-get install python-setuptools python-pygame python-opengl \ python-gst0.10 python-enchant gstreamer0.10-plugins-good cython python-dev \ build-essential libgl1-mesa-dev libgles2-mesa-dev @@ -14,7 +15,7 @@ If you already installed kivy before, you can upgrade it with:: $ easy_install -U kivy -You can know run any example from the examples directory of kivy. +You can know run any example from the examples directory of kivy:: $ cd /examples/demo $ python touchtracer.py