From 3013de4cbf471daff561c671571b850fdcc5abf6 Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Sat, 6 Dec 2025 13:55:55 +1000 Subject: [PATCH 1/3] Update poetry command --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c2cde4ed4..d44ceb8bb 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -122,7 +122,7 @@ command. Instead, you can activate the virtual environment in your shell with: :: - $ poetry shell + $ poetry env activate You should see ``(beets-py3.10)`` prefix in your shell prompt. Now you can run commands directly, for example: 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 2/3] 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``. From 638b125aa13f39da386c8ccc483d0a846687ac5a Mon Sep 17 00:00:00 2001 From: Serene <33189705+Serene-Arc@users.noreply.github.com> Date: Sun, 7 Dec 2025 12:34:25 +1000 Subject: [PATCH 3/3] Remove outdated sentence. Co-authored-by: J0J0 Todos <2733783+JOJ0@users.noreply.github.com> --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index cc344282b..46affef37 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -124,7 +124,7 @@ command. Instead, you can activate the virtual environment in your shell with: $ poetry env activate -You should see ``(beets-py3.10)`` prefix in your shell prompt. Now you can run +Now you can run commands directly, for example: ::