From 9c23949284bf2927e76649a6c981e1eeedbed0ee Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 23 May 2011 10:13:57 +0200 Subject: [PATCH] Homebrew no longer carries pip --- docs/installation/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index d1fbd0f6..1f497e3a 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -98,7 +98,7 @@ install Mopidy from PyPI using Pip. #. Then, you need to install Pip:: sudo aptitude install python-setuptools python-pip # On Ubuntu/Debian - sudo brew install pip # On OS X + sudo easy_install pip # On OS X #. To install the currently latest stable release of Mopidy:: @@ -132,7 +132,7 @@ Mopidy's ``develop`` branch. #. Then, you need to install Pip:: sudo aptitude install python-setuptools python-pip # On Ubuntu/Debian - sudo brew install pip # On OS X + sudo easy_install pip # On OS X #. To install the latest snapshot of Mopidy, run:: @@ -155,7 +155,7 @@ If you want to contribute to Mopidy, you should install Mopidy using Git. #. Then install Git, if haven't already:: sudo aptitude install git-core # On Ubuntu/Debian - sudo brew install git # On OS X + sudo brew install git # On OS X using Homebrew #. Clone the official Mopidy repository, or your own fork of it::