We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3013de4 commit d057121Copy full SHA for d057121
CONTRIBUTING.rst
@@ -112,7 +112,7 @@ This can be done with:
112
This will install ``beets`` and all development dependencies into its own
113
virtual environment in your ``$POETRY_CACHE_DIR``. See ``poetry install --help``
114
for installation options, including installing ``extra`` dependencies for
115
-plugins.
+plugins. If you want to install all extras, use ``poetry install --all-extras``.
116
117
In order to run something within this virtual environment, start the command
118
with ``poetry run`` to them, for example ``poetry run pytest``.
0 commit comments