diff --git a/doc/sources/installation/installation.rst b/doc/sources/installation/installation.rst index db3bd4a76..0efef5dd6 100755 --- a/doc/sources/installation/installation.rst +++ b/doc/sources/installation/installation.rst @@ -93,6 +93,12 @@ For Ubuntu 15.04 and versions older than 12.04, this one should work:: python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev \ build-essential libgl1-mesa-dev libgles2-mesa-dev zlib1g-dev python-pip +For Ubuntu 16.04:: + + $ sudo apt-get install python-setuptools python-pygame python-opengl \ + python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev \ + build-essential python-pip libgl1-mesa-dev libgles2-mesa-dev zlib1g-dev + Kivy requires a recent version of Cython, so it's better to use the latest supported version from pypi: