Clarify install instructions
This commit is contained in:
parent
506b658782
commit
ba7a46d8c5
1 changed files with 5 additions and 1 deletions
|
@ -5,8 +5,12 @@ This enables your keyboard's standard media keys to control MPD, as well as more
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
The recommended way to install mpd-now-playable and its dependencies is with [pipx](https://pypa.github.io/pipx/). For example:
|
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'
|
||||||
|
```
|
||||||
|
|
||||||
|
However once PyPI opens registration again, this will work too, and it's the approach I definitely recommend:
|
||||||
```shell
|
```shell
|
||||||
pipx install mpd-now-playable
|
pipx install mpd-now-playable
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue