How do I update Beets? #4965
-
This may be a really really obvious question, but how do I update beets? I can see that heaps of updates have happened on github, but when I update via I'm assuming this is because the latest "release" is 1.6.0 which is from 2021, so is the best way to update to download and install the files manually? Or will this break something? I hope that all made sense! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
We're working on getting a protocol in place for doing releases, but right now you have to pull from the github. The following command should work for you. pip install -U git+https://github.com/beetbox/beets.git |
Beta Was this translation helpful? Give feedback.
-
Is there an ETA for this and/or for the 1.6.1 release? |
Beta Was this translation helpful? Give feedback.
We're working on getting a protocol in place for doing releases, but right now you have to pull from the github. The following command should work for you.