mirror of
https://github.com/beetbox/beets.git
synced 2026-03-25 23:03:48 +01:00
docs: Update links to pipx installation guide (#6454)
The [old link](https://pipx.pypa.io/stable/installation/) now responds with 404.
This commit is contained in:
commit
b09801b24e
3 changed files with 4 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ virtual environment, where its dependencies will not interfere with your system
|
|||
and other CLI tools.
|
||||
|
||||
If you do not have pipx_ installed in your system, follow `pipx installation
|
||||
instructions <https://pipx.pypa.io/stable/installation/>`__ or
|
||||
instructions <https://pipx.pypa.io/stable/how-to/install-pipx/>`__ or
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
|
|
|
|||
|
|
@ -88,6 +88,8 @@ Other changes
|
|||
management with pipx and move package manager instructions to the FAQ.
|
||||
- :doc:`guides/main`: Update quick installation section to reflect current
|
||||
installation guide structure.
|
||||
- :doc:`guides/installation`: Update pipx installation guide link
|
||||
- :doc:`contributing`: Update pipx installation guide link
|
||||
|
||||
2.7.1 (March 08, 2026)
|
||||
----------------------
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ installation page`_ to get it set up.
|
|||
|
||||
.. _pipx: https://pipx.pypa.io/stable
|
||||
|
||||
.. _pipx installation page: https://pipx.pypa.io/stable/installation/
|
||||
.. _pipx installation page: https://pipx.pypa.io/stable/how-to/install-pipx/
|
||||
|
||||
Managing Plugins with ``pipx``
|
||||
------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue