mirror of https://github.com/kivy/kivy.git
doc: little fixes for ubuntu
This commit is contained in:
parent
8a7d22a918
commit
4e26bb6c87
|
@ -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 <path to kivy directory>/examples/demo
|
||||
$ python touchtracer.py
|
||||
|
|
Loading…
Reference in New Issue