diff --git a/doc/sources/installation/installation.rst b/doc/sources/installation/installation.rst index 5e7917a77..4208a16ce 100755 --- a/doc/sources/installation/installation.rst +++ b/doc/sources/installation/installation.rst @@ -19,8 +19,8 @@ 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 -`_ and `Enchant -`_, respectively. +`_ and `PyEnchant +`_, respectively. +--------------------------------------------------------------------------------------------------------------------------+ | NOTE: Currently, packaging only works with Python 2.7. We are working on Python 3.3+ support, but for now if you plan to | @@ -32,7 +32,7 @@ Other optional libraries (mutually independent) are: * `OpenCV 2.0 `_ -- Camera input. * `PIL `_ -- Image and text display. * `PyCairo `_ -- Text display. - * `PyEnchant `_ -- Spelling correction. + * `PyEnchant `_ -- Spelling correction. * `PyGST `_ -- Audio/video playback and camera input.