Update pipx install instructions

This commit is contained in:
Danielle McLean 2023-12-06 10:52:14 +11:00
parent ffc399290f
commit 88a38a1bbd
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -7,7 +7,7 @@ This enables your keyboard's standard media keys to control MPD, as well as more
The recommended way to install mpd-now-playable and its dependencies is with [pipx](https://pypa.github.io/pipx/). I'm currently unable to register a PyPI account, so to install you'll currently need to do something like this:
```shell
pipx install 'https://git.00dani.me/00dani/mpd-now-playable/archive/main.tar.gz'
pipx install 'git+https://git.00dani.me/00dani/mpd-now-playable'
```
However once PyPI opens registration again, this will work too, and it's the approach I definitely recommend: