diff --git a/docs/installation/despotify.rst b/docs/installation/despotify.rst index b6053b16..07a3cd9a 100644 --- a/docs/installation/despotify.rst +++ b/docs/installation/despotify.rst @@ -16,7 +16,7 @@ Installing despotify *Linux:* Install despotify's dependencies. At Debian/Ubuntu systems:: sudo aptitude install libssl-dev zlib1g-dev libvorbis-dev \ - libtool libncursesw5-dev libao-dev + libtool libncursesw5-dev libao-dev python-dev *OS X:* In OS X you need to have `XCode `_ installed, and either `MacPorts @@ -46,7 +46,6 @@ file so that it reads:: *All OS:* Build and install despotify:: cd despotify/src/ - make sudo make install @@ -59,7 +58,6 @@ Build and install spytify:: cd despotify/src/bindings/python/ export PKG_CONFIG_PATH=../../lib # Needed on OS X - make sudo make install diff --git a/docs/installation/index.rst b/docs/installation/index.rst index bacefb77..6daae78f 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -46,8 +46,8 @@ Install latest release To install the currently latest release of Mopidy using ``pip``:: - sudo aptitude install python-pip # On Ubuntu/Debian - sudo brew install pip # On OS X + sudo aptitude install python-setuptools python-pip # On Ubuntu/Debian + sudo brew install pip # On OS X sudo pip install Mopidy To later upgrade to the latest release::