From 2379e772c7c39b47c314c774d4b59aff4d4a56fe Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 28 Dec 2010 14:34:34 +0100 Subject: [PATCH] Remove warning that is not needed when we don't pull pyspotify from Git --- docs/installation/libspotify.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/installation/libspotify.rst b/docs/installation/libspotify.rst index 9dc91066..692bda36 100644 --- a/docs/installation/libspotify.rst +++ b/docs/installation/libspotify.rst @@ -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.