@@ -11,14 +11,20 @@ Installing
11
11
12
12
Beets requires Python 3.9 or later, you will need to install that first. Depending
13
13
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 `_.
15
15
16
16
Using pip
17
17
^^^^^^^^^
18
18
19
19
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:
22
28
23
29
.. code-block :: console
24
30
@@ -74,7 +80,8 @@ Depending on your operating system, you may be able to install beets using a pac
74
80
.. _Alpine package : https://pkgs.alpinelinux.org/package/edge/community/x86_64/beets
75
81
.. _NixOS : https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets
76
82
.. _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/
78
85
79
86
Installing on Windows
80
87
^^^^^^^^^^^^^^^^^^^^^
0 commit comments