Без опису

Mason Hock eecd6e5191 blacken 4 роки тому
libricia_music eecd6e5191 blacken 4 роки тому
COPYING dfc8518a03 initial commit 5 роки тому
MANIFEST.in 4343734063 remove desktop file from MANIFEST 5 роки тому
README.md e30984d36f specify bash for syntax highlighting 4 роки тому
libricia-music 6d69a9a3e9 setuptools 5 роки тому
libricia-music.desktop da84b7e285 change icon 5 роки тому
setup.py eecd6e5191 blacken 4 роки тому

README.md

Description

Setup

1. Dependencies
  • distutils
  • requests
  • pyyaml
  • PyGObject
  • GStreamer
  • musicbrainzngs

On Debian-based distributions, copy/paste:

sudo apt install python3-distutils python3-requests python3-yaml python3-gi python3-gst-1.0 python3-musicbrainzngs
2. Installation
cd ~
git clone https://notabug.org/chaosmonk/libricia-music.git
cd libricia-music
sudo ./setup.py install
3. Updates
cd ~/libricia-music
git pull
sudo ./setup.py install