Skip to content

Commit 1b645c9

Browse files
committed
Added pipx refernces
1 parent 955317b commit 1b645c9

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/guides/main.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ Installing
1111

1212
Beets requires Python 3.9 or later, you will need to install that first. Depending
1313
on your operating system, you may also be able to install beets from a package
14-
manager, or you can install it with `pip`_.
14+
manager, or you can install it with `pipx`_ or `pip`_.
1515

1616
Using pip
1717
^^^^^^^^^
1818

1919
To use the most recent version of beets, we recommend installing it with
20-
`pip`_, the Python package manager. If you don't have `pip`_ installed, you can
21-
follow the instructions on the `pip installation page`_ to get it set up.
20+
`pipx`_, the Python package manager. If you don't have `pipx`_ installed, you can
21+
follow the instructions on the `pipx installation page`_ to get it set up.
22+
23+
.. code-block:: console
24+
25+
pipx install beets
26+
27+
If you prefer to use `pip`_, you can install beets with the following command:
2228

2329
.. code-block:: console
2430
@@ -74,7 +80,8 @@ Depending on your operating system, you may be able to install beets using a pac
7480
.. _Alpine package: https://pkgs.alpinelinux.org/package/edge/community/x86_64/beets
7581
.. _NixOS: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets
7682
.. _pip: https://pip.pypa.io/en/
77-
.. _pip installation page: https://pip.pypa.io/en/stable/installation/
83+
.. _pipx: https://pipx.pypa.io/stable
84+
.. _pipx installation page: https://pipx.pypa.io/stable/installation/
7885

7986
Installing on Windows
8087
^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)