diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index 635c0495..911bf39e 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -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.