From 1d6ecace000b71c1f73b6240011ebf611d3371ed Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 15 Feb 2010 19:51:22 +0100 Subject: [PATCH] docs: Adjust headers on installation page --- docs/installation.rst | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index a20fbc20..f924fd72 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -23,7 +23,7 @@ Dependencies .. _despotify: despotify backend -================= +----------------- To use the despotify backend, you first need to install despotify and spytify. @@ -33,7 +33,7 @@ To use the despotify backend, you first need to install despotify and spytify. Installing despotify --------------------- +^^^^^^^^^^^^^^^^^^^^ *Linux:* Install despotify's dependencies. At Debian/Ubuntu systems:: @@ -67,7 +67,7 @@ lines so that it reads:: Installing spytify ------------------- +^^^^^^^^^^^^^^^^^^ spytify's source comes bundled with despotify. @@ -92,7 +92,7 @@ seconds, play for five more seconds, and quit. .. _libspotify: libspotify backend -================== +------------------ As an alternative to the despotify backend, we are working on a libspotify backend. To use the libspotify backend you must install libspotify and @@ -105,7 +105,7 @@ pyspotify. Installing libspotify ---------------------- +^^^^^^^^^^^^^^^^^^^^^ As libspotify's installation script at the moment is somewhat broken (see this `GetSatisfaction thread `_ @@ -115,7 +115,7 @@ must get libspotify from https://developer.spotify.com/en/libspotify/. Installing pyspotify --------------------- +^^^^^^^^^^^^^^^^^^^^ Install pyspotify's dependencies. At Debian/Ubuntu systems:: @@ -143,8 +143,8 @@ Test your libspotify setup:: words before starting Mopidy). -Running Mopidy -============== +Settings +======== Create a file name ``local_settings.py`` in the same directory as ``settings.py``. Enter your Spotify Premium account's username and password @@ -160,6 +160,9 @@ libspotify backend, copy the Spotify application key to BACKEND = u'mopidy.backends.libspotify.LibspotifyBackend' +Running Mopidy +============== + To start Mopidy, go to the root of the Mopidy project, then simply run:: python mopidy