docs: adjust dependencies
This commit is contained in:
parent
c071848d56
commit
b386d3bfa6
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue