@@ -26,8 +26,8 @@ You will need Python. Beets works on Python 3.8 or later.
2626 which will probably set your computer on fire.)
2727- On **Alpine Linux **, `beets is in the community repository <alpine package _>`_
2828 and can be installed with ``apk add beets ``.
29- - On **Void Linux **, `beets is in the official repository <void package _>`_
30- and can be installed with ``xbps-install -S beets ``.
29+ - On **Void Linux **, `beets is in the official repository <void package _>`_ and
30+ can be installed with ``xbps-install -S beets ``.
3131- For **Gentoo Linux **, beets is in Portage as ``media-sound/beets ``. Just run
3232 ``emerge beets `` to install. There are several USE flags available for
3333 optional plugin dependencies.
@@ -55,8 +55,6 @@ You will need Python. Beets works on Python 3.8 or later.
5555
5656.. _macports : https://www.macports.org
5757
58- .. _void package : https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets
59-
6058.. _nixos : https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets
6159
6260.. _openbsd : http://openports.se/audio/beets
@@ -65,6 +63,8 @@ You will need Python. Beets works on Python 3.8 or later.
6563
6664.. _ubuntu details : https://launchpad.net/ubuntu/+source/beets
6765
66+ .. _void package : https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets
67+
6868If you have pip _, just say ``pip install beets `` (or ``pip install --user
6969beets `` if you run into permissions problems).
7070
0 commit comments