docs: Break lines and tweak changes from PR#959

This commit is contained in:
Stein Magnus Jodal 2015-02-09 13:13:51 +01:00
parent adb3df97db
commit 0ec9212146
2 changed files with 11 additions and 7 deletions

View File

@ -13,8 +13,10 @@ Getting started
#. Make sure you have a `GitHub account <https://github.com/signup/free>`_.
#. If a ticket does not already exist `Submit <https://github.com/mopidy/mopidy/issues/new>`_ a ticket for your
issue. Make sure to clearly describe the issue and if it is a bug: include steps to reproduce.
#. If a ticket does not already exist `submit a ticket
<https://github.com/mopidy/mopidy/issues/new>`_ for your issue.
Make sure to clearly describe the issue, and if it is a bug: include steps
to reproduce.
#. Fork the repository on GitHub.

View File

@ -5,10 +5,11 @@ Install from source
*******************
If you are on Linux, but can't install :ref:`from the APT archive
<debian-install>` or :ref:`from AUR <arch-install>`, you can install Mopidy using the python package installer.
<debian-install>` or :ref:`from AUR <arch-install>`, you can install Mopidy
from PyPI using the ``pip`` installer.
If you are looking to contribute or wish to install from source using ``git`` please follow the directions
:ref:`here <contributing>`.
If you are looking to contribute or wish to install from source using ``git``
please follow the directions :ref:`here <contributing>`.
#. First of all, you need Python 2.7. Check if you have Python and what
version by running::
@ -71,8 +72,9 @@ If you are looking to contribute or wish to install from source using ``git`` pl
sudo pip install -U mopidy
This will use pip to install the source files for the latest stable release.
To upgrade Mopidy to future releases, just rerun this command.
This will use ``pip`` to install the latest release of `Mopidy from PyPI
<https://pypi.python.org/pypi/Mopidy>`_. To upgrade Mopidy to future
releases, just rerun this command.
Alternatively, if you want to track Mopidy development closer, you may
install a snapshot of Mopidy's ``develop`` Git branch using pip::