Remove warning that is not needed when we don't pull pyspotify from Git

This commit is contained in:
Stein Magnus Jodal 2010-12-28 14:34:34 +01:00
parent f7b4f65e31
commit 2379e772c7

View File

@ -77,12 +77,4 @@ Check out the pyspotify code, and install it::
wget --no-check-certificate -O pyspotify.tar.gz https://github.com/mopidy/pyspotify/tarball/mopidy
tar zxfv pyspotify.tar.gz
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.