docs: adjust dependencies

This commit is contained in:
Julian Lobbes 2022-08-23 15:50:22 +02:00
parent c071848d56
commit b386d3bfa6

View file

@ -1,15 +1,15 @@
# spotifyctl # spotifyctl
**spotifyctl** is a python module/API with which you can query and control the **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 It works by talking to Spotify via dbus, letting you control the current playback
or getting metadata about the currently playing track. or getting metadata about the currently playing track.
## Dependencies ## Dependencies
You need [dbus](https://dbus.freedesktop.org) to be installed and enabled on your system. You need [dbus](https://dbus.freedesktop.org) to be installed and enabled on your system, which is the default on most Linux distros.
Dbus is preinstalled 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. **spotifyctl** depends on the [dbus-python](https://pypi.org/project/dbus-python/) package.