Skip to content

Install using pipx #5031

Answered by ktetzlaff
lamyergeier asked this question in Q&A
Dec 6, 2023 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Here's an example of installing beets and the 3rd-party plugin beets-extrafiles (from git) using pipx:

pipx install 'beets[lyrics,web]'
pipx inject beets 'git+https://github.com/Holzhaus/beets-extrafiles.git@master'

List the core plugins you plan to use as extras (the [...] list of the pipx install command) to get plugin dependencies installed automatically (see extras_require={...} in setup.py for available extras).

To also install beets from git, use:

pipx install 'beets[lyrics,web] @ git+https://github.com/beetbox/beets.git@master'
pipx inject beets 'git+https://github.com/Holzhaus/beets-extrafiles.git@master'

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@DjSlash
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by lamyergeier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants