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.