From 3f86d3fd321d778f2e8f54eab2ad8f5a20d6d9b4 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 7 Feb 2012 00:51:34 +0100 Subject: [PATCH] A bit less easy_install in the world --- docs/installation/index.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 59e51500..8e62421c 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -101,7 +101,7 @@ install Mopidy from PyPI using Pip. #. Then, you need to install Pip:: sudo apt-get install python-setuptools python-pip # On Ubuntu/Debian - sudo easy_install pip # On OS X + sudo easy_install pip # On OS X #. To install the currently latest stable release of Mopidy:: @@ -112,8 +112,6 @@ install Mopidy from PyPI using Pip. #. Next, you need to set a couple of :doc:`settings `, and then you're ready to :doc:`run Mopidy `. -If you for some reason can't use Pip, try ``easy_install`` instead. - Install development version =========================== @@ -135,7 +133,7 @@ Mopidy's ``develop`` branch. #. Then, you need to install Pip:: sudo apt-get install python-setuptools python-pip # On Ubuntu/Debian - sudo easy_install pip # On OS X + sudo easy_install pip # On OS X #. To install the latest snapshot of Mopidy, run::