Skip to content

Commit d057121

Browse files
committed
Add shortcut for installation for developers
1 parent 3013de4 commit d057121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ This can be done with:
112112
This will install ``beets`` and all development dependencies into its own
113113
virtual environment in your ``$POETRY_CACHE_DIR``. See ``poetry install --help``
114114
for installation options, including installing ``extra`` dependencies for
115-
plugins.
115+
plugins. If you want to install all extras, use ``poetry install --all-extras``.
116116

117117
In order to run something within this virtual environment, start the command
118118
with ``poetry run`` to them, for example ``poetry run pytest``.

0 commit comments

Comments
 (0)