From ba7a46d8c5e61789a1291751c246e7ce89af815c Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Mon, 27 Nov 2023 18:05:40 +1100 Subject: [PATCH] Clarify install instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 270d98a..46e9acf 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,12 @@ This enables your keyboard's standard media keys to control MPD, as well as more ## 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 pipx install mpd-now-playable ```