diff --git a/doc/sources/installation/installation.rst b/doc/sources/installation/installation.rst index 4325b5f61..fd4cbcaec 100755 --- a/doc/sources/installation/installation.rst +++ b/doc/sources/installation/installation.rst @@ -12,7 +12,8 @@ don't need the corresponding dependency. That said, there is one dependency that Kivy **does** require: `Cython `_. -In addition, you need a `Python `_ 2.x (2.6 <= x < 3.0) +In addition, you need a `Python `_ 2.x (2.7 <= x < 3.0) +or 3.x (3.3 <= x) interpreter. If you want to enable features like windowing (i.e. open a Window), audio/video playback or spelling correction, additional dependencies must be available. For these, we recommend `Pygame `_, `Gst-Python