From b386d3bfa60c41c284d497aede1b7fb895704462 Mon Sep 17 00:00:00 2001 From: Julian Lobbes Date: Tue, 23 Aug 2022 15:50:22 +0200 Subject: [PATCH] docs: adjust dependencies --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d75cb3..38bfe84 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # spotifyctl **spotifyctl** is a python module/API with which you can query and control the -Spotify executable on linux. +Spotify executable. It works by talking to Spotify via dbus, letting you control the current playback or getting metadata about the currently playing track. ## Dependencies -You need [dbus](https://dbus.freedesktop.org) to be installed and enabled on your system. -Dbus is preinstalled on most Linux distros. +You need [dbus](https://dbus.freedesktop.org) to be installed and enabled on your system, which is the default on most Linux distros. +Dbus can be installed and enabled using `brew` on MacOS. **spotifyctl** depends on the [dbus-python](https://pypi.org/project/dbus-python/) package.