From cd69e181e40e3d597a6db27269d99715f2250672 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 10 Aug 2010 19:54:33 +0200 Subject: [PATCH] docs: pyspotify requires python-dev, and 'setup.py develop' does no longer work --- docs/installation/libspotify.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index 8f15e479..71873b01 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -35,13 +35,13 @@ Installing pyspotify Install pyspotify's dependencies. At Debian/Ubuntu systems:: - sudo aptitude install python-alsaaudio + sudo aptitude install python-dev python-alsaaudio Check out the pyspotify code, and install it:: git clone git://github.com/jodal/pyspotify.git cd pyspotify/pyspotify/ - sudo python setup.py develop + sudo python setup.py install Apply for an application key at https://developer.spotify.com/en/libspotify/application-key, download the