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::