From 3d351548cf8c8fd570a661d82f379791950aee55 Mon Sep 17 00:00:00 2001 From: davidak Date: Sat, 23 Jul 2016 13:31:33 +0200 Subject: [PATCH] docs: add instructions to install plugin dependencies, fixes #2136 --- docs/plugins/index.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index 58464060b..ac5b76ef1 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -28,6 +28,23 @@ Each plugin has its own set of options that can be defined in a section bearing convert: auto: true +Install dependencies +-------------------- + +The needed dependencies can be found on the plugin page. + +You can also use `pip`'s "extras" feature to install all dependencies for a beets plugin. + +:: + + pip install beets[fetchart] + +It's also possible to install the dependencies for multiple plugins at once:: + + pip install beets[fetchart,lyrics,lastgenre] + +Remember to use `pip` for Python 2.7 as Python 3 is not yet supported. You might have to use `sudo`. + .. toctree:: :hidden: