From 4e26bb6c87b6e6531e00cd7e92b18b2f3e999c8f Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Tue, 1 Feb 2011 11:26:15 +0100 Subject: [PATCH] doc: little fixes for ubuntu --- doc/sources/guide/installation-ubuntu.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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