From 31ccf37dd82b7e7c0d9480fd1dc259ebd5a75398 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 12 Aug 2010 01:42:07 +0200 Subject: [PATCH] docs: python-alsaaudio is no longer needed for the LibspotifyBackend --- docs/installation/libspotify.rst | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index 9dc9689f..3965162d 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -57,22 +57,10 @@ Installing pyspotify Install pyspotify's dependencies. At Debian/Ubuntu systems:: - sudo aptitude install python-dev python-alsaaudio + sudo aptitude install python-dev Check out the pyspotify code, and install it:: git clone git://github.com/jodal/pyspotify.git cd pyspotify/pyspotify/ sudo python setup.py install - - -Testing the installation -======================== - -Apply for an application key at -https://developer.spotify.com/en/libspotify/application-key, download the -binary version, and place the file at ``pyspotify/spotify_appkey.key``. - -Test your libspotify setup:: - - examples/example1.py -u USERNAME -p PASSWORD