Skip to content

Commit

Permalink
docs: Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 22, 2019
1 parent c545731 commit eee67f0
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Dependencies
See https://pyspotify.mopidy.com/en/latest/installation/ for how to install
it and its dependencies on most platforms.

- ``Mopidy`` >= 2.0. The music server that Mopidy-Spotify extends.
- ``Mopidy`` >= 3.0. The music server that Mopidy-Spotify extends.

If you install Mopidy-Spotify from apt.mopidy.com, AUR, or Homebrew, these
dependencies are installed automatically.
Expand All @@ -92,34 +92,18 @@ dependencies are installed automatically.
Installation
============

Debian/Ubuntu/Raspbian: Ensure you have `added the Mopidy APT repo to your
package sources <https://docs.mopidy.com/en/latest/installation/debian/>`_ and
then install the ``mopidy-spotify`` package from `apt.mopidy.com
<http://apt.mopidy.com/>`_::
Install by running::

sudo apt-get install mopidy-spotify
sudo python3 -m pip install Mopidy-Spotify

Arch Linux: Install the ``mopidy-spotify`` package from
`AUR <https://aur.archlinux.org/packages/mopidy-spotify/>`_::

yay -S mopidy-spotify

OS X: Install the ``mopidy-spotify`` package from the
`mopidy/mopidy <https://github.com/mopidy/homebrew-mopidy>`_ Homebrew tap::

brew install mopidy-spotify

Else: Install the dependencies listed above yourself, and then install the
package from PyPI::

python3 -m pip install Mopidy-Spotify
See https://mopidy.com/ext/spotify/ for alternative installation methods.


Configuration
=============

Before starting Mopidy, you must add your Spotify Premium username and password
to your Mopidy configuration file and also visit
to your Mopidy configuration file and also visit
https://www.mopidy.com/authenticate/#spotify to authorize this extension against
your Spotify account::

Expand Down

0 comments on commit eee67f0

Please sign in to comment.