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