docs: Add step on removing the build/ dir of pyspotify to rebuild the C code

This commit is contained in:
Stein Magnus Jodal 2010-08-14 15:34:53 +02:00
parent 5d9fd5b625
commit 8dfa55b667

View File

@ -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.