docs: Update install docs
This commit is contained in:
parent
4847896837
commit
5fce38a7fa
@ -2,12 +2,10 @@
|
||||
Installation
|
||||
************
|
||||
|
||||
Mopidy itself is a breeze to install, as it just requires a standard Python
|
||||
installation and the GStreamer library. The libraries we depend on to connect
|
||||
to the Spotify service is far more tricky to get working for the time being.
|
||||
Until installation of these libraries are either well documented by their
|
||||
developers, or the libraries are packaged for various Linux distributions, we
|
||||
will supply our own installation guides, as linked to below.
|
||||
To get a basic version of Mopidy running, you need Python and the GStreamer
|
||||
library. To use Spotify with Mopidy, you also need :doc:`libspotify and
|
||||
pyspotify <libspotify>`. Mopidy itself can either be installed from the Python
|
||||
package index, PyPI, or from git.
|
||||
|
||||
|
||||
Install dependencies
|
||||
@ -102,13 +100,8 @@ username and password into the file, like this::
|
||||
SPOTIFY_PASSWORD = u'mysecret'
|
||||
|
||||
Currently :mod:`mopidy.backends.libspotify` is the default
|
||||
backend.
|
||||
|
||||
If you want to use :mod:`mopidy.backends.libspotify`, copy the Spotify
|
||||
application key to ``~/.mopidy/spotify_appkey.key``, and add the following
|
||||
setting::
|
||||
|
||||
BACKENDS = (u'mopidy.backends.libspotify.LibspotifyBackend',)
|
||||
backend. Before you can use :mod:`mopidy.backends.libspotify`, you must copy
|
||||
the Spotify application key to ``~/.mopidy/spotify_appkey.key``.
|
||||
|
||||
If you want to use :mod:`mopidy.backends.local`, add the following setting::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user