From 83659aab00d7866fd05273c85499eb9d7ffff2bf Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 10 Aug 2010 22:02:09 +0200 Subject: [PATCH] docs: Include all mixers in deps list --- docs/installation/index.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index bc5cc7a8..cc0e3448 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -26,25 +26,33 @@ Make sure you got the required dependencies installed. - :doc:`GStreamer ` (>= 0.10 ?) with Python bindings - Dependencies for at least one Mopidy mixer: - - AlsaMixer (Linux only) + - :mod:`mopidy.mixers.alsa` (Linux only) - pyalsaaudio >= 0.2 (Debian/Ubuntu package: python-alsaaudio) - - OsaMixer (OS X only) + - :mod:`mopidy.mixers.denon` (Linux, OS X, and Windows) + + - pyserial (Debian/Ubuntu package: python-serial) + + - :mod:`mopidy.mixers.nad` (Linux, OS X, and Windows) + + - pyserial (Debian/Ubuntu package: python-serial) + + - :mod:`mopidy.mixers.osa` (OS X only) - No additional dependencies. - Dependencies for at least one Mopidy backend: - - DespotifyBackend (Linux and OS X) + - :mod:`mopidy.backends.despotify` (Linux and OS X) - :doc:`Despotify and spytify ` - - LibspotifyBackend (Linux, OS X, and Windows) + - :mod:`mopidy.backends.libspotify` (Linux, OS X, and Windows) - :doc:`libspotify and pyspotify ` - - LocalBackend (Linux, OS X, and Windows) + - :mod:`mopidy.backends.local` (Linux, OS X, and Windows) - No additional dependencies.