-
Notifications
You must be signed in to change notification settings - Fork 23
Installation
Samarth Jugran edited this page Jun 29, 2022
·
4 revisions
This application currently works only on Linux distros
- Python >= 3.6
- dbus-python
- curses
pip install lyrics-in-terminal
Install with MPD support
pip install lyrics-in-terminal[mpd]
If pip install fails, then try installing python-dbus package from your distribution's repository first.
First install dbus-python from your distribution's repository.
sudo apt install python-dbus
sudo pacman -S python-dbus
Install from source
git clone https://github.com/Jugran/lyrics-in-terminal.git
cd lyrics-in-terminal
pip install . --user
On Archlinux, an AUR package is made available and maintained by @Herbort11.
yay -S lyrics-in-terminal
Warning!: if updating from version <= 1.1, please backup your custom config file as it will be overwritten.
pip install -U lyrics-in-terminal