diff --git a/docs/contributing.rst b/docs/contributing.rst index a4433951..165fee49 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -13,8 +13,10 @@ Getting started #. Make sure you have a `GitHub account `_. -#. If a ticket does not already exist `Submit `_ 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 + `_ 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. diff --git a/docs/installation/source.rst b/docs/installation/source.rst index 4ac9c802..2c4147f1 100644 --- a/docs/installation/source.rst +++ b/docs/installation/source.rst @@ -5,10 +5,11 @@ Install from source ******************* If you are on Linux, but can't install :ref:`from the APT archive -` or :ref:`from AUR `, you can install Mopidy using the python package installer. +` or :ref:`from AUR `, 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 `. +If you are looking to contribute or wish to install from source using ``git`` +please follow the directions :ref:`here `. #. 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 + `_. 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::