Add shortcut for installation for developers

This commit is contained in:
Serene-Arc 2025-12-06 13:56:04 +10:00
parent 3013de4cbf
commit d057121157
No known key found for this signature in database
GPG key ID: 3533EF9B9AD01CA9

View file

@ -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``.