kergoth / beets-kergoth

Personal collection of beets plugins
Other
7 stars 5 forks source link

Can you provide installation instructions for people new to beets? #5

Open bmachlin opened 2 years ago

bmachlin commented 2 years ago

I coped all of the python files in /beetsplug into the beetsplug folder in my pyenv lib but that wasn't obvious and maybe not even the right way of doing it. Could you add installation instructions to the README? Thanks :)

kergoth commented 2 years ago

Great idea, thanks. I should know better, as normally I prioritize a good project README, so I appreciate the input. I'll add something shortly. In the meantime, pip install --user /path/to/beets-kergoth is the easiest way to install from git rather than the release. Thanks again!