docs: pyspotify requires python-dev, and 'setup.py develop' does no longer work
This commit is contained in:
parent
7a9eeb3bc2
commit
cd69e181e4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user