Replies: 1 comment 2 replies
-
Try |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to install the embedart plugin into an existing beets install. The docu advises to do
however I have installed beets with pipx, so I tried
pipx inject beets 'beets[embedart]'
and this fails with "beets already seems to be injected in 'beets'".
How can I just install the
embedart
plugin into the beets virtual environment without going via the already installed beets?Many thanks for any pointers!
Beta Was this translation helpful? Give feedback.
All reactions