A bit less easy_install in the world
This commit is contained in:
parent
a679d0c2ee
commit
3f86d3fd32
@ -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 </settings>`, and then
|
||||
you're ready to :doc:`run Mopidy </running>`.
|
||||
|
||||
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::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user