From d057121157d9b0b44c3df68594ccecfd996f8db3 Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Sat, 6 Dec 2025 13:56:04 +1000 Subject: [PATCH] Add shortcut for installation for developers --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d44ceb8bb..cc344282b 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -112,7 +112,7 @@ This can be done with: This will install ``beets`` and all development dependencies into its own virtual environment in your ``$POETRY_CACHE_DIR``. See ``poetry install --help`` for installation options, including installing ``extra`` dependencies for -plugins. +plugins. If you want to install all extras, use ``poetry install --all-extras``. In order to run something within this virtual environment, start the command with ``poetry run`` to them, for example ``poetry run pytest``.