Merge branch 'gstreamer' of git://github.com/jodal/mopidy into gstreamer
This commit is contained in:
commit
711ebfc505
@ -63,4 +63,12 @@ Check out the pyspotify code, and install it::
|
||||
|
||||
git clone git://github.com/jodal/pyspotify.git
|
||||
cd pyspotify/pyspotify/
|
||||
sudo rm -rf build/ # If you are upgrading pyspotify
|
||||
sudo python setup.py install
|
||||
|
||||
.. note::
|
||||
|
||||
The ``sudo rm -rf build/`` step is needed if you are upgrading pyspotify.
|
||||
Simply running ``python setup.py clean`` will *not* clean out the C parts
|
||||
of the ``build/`` directory, and you will thus not get any changes to the C
|
||||
code included in your installation.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user