From 37cfa0d135d0f2da6de8224739adc095958d1ecb Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 22 Dec 2019 17:45:46 +0100 Subject: [PATCH] docs: Update installation instructions --- README.rst | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/README.rst b/README.rst index 174488b..7e930fe 100644 --- a/README.rst +++ b/README.rst @@ -24,11 +24,6 @@ Table of contents - `Maintainer wanted`_ - Installation_ - - - `Debian/Ubuntu/Raspbian`_ - - `Arch Linux`_ - - `Other distributions`_ - - Configuration_ - Usage_ @@ -63,35 +58,11 @@ If you want to be the maintainer of Mopidy-Local, please: Installation ============ -Debian/Ubuntu/Raspbian ----------------------- - -Install the ``mopidy-local`` package:: - - sudo apt install mopidy-local - -If you want the latest version of Mopidy-Local, add `apt.mopidy.com`_ as an -APT archive on your system. - -.. _apt.mopidy.com: https://apt.mopidy.com/ - -Arch Linux ----------- - -Install the ``mopidy-local`` package from `AUR`_:: - - yay -S mopidy-local - -.. _AUR: https://aur.archlinux.org/packages/mopidy-local/ - -Other distributions -------------------- - -If Mopidy-Local isn't packages for your Linux distribution yet, install the package from `PyPI`_:: +Install by running:: - pip install Mopidy-Local + sudo python3 -m pip install Mopidy-Local -.. _PyPI: https://pypi.org/project/Mopidy-Local/ +See https://mopidy.com/ext/local/ for alternative installation methods. Configuration