Category: python
Subcategory: poetry
Value: poetry install --no-root
Miniscription: Install dependencies without root package
Description: Installs all packages listed in pyproject.toml without installing the project itself, commonly used in CI or Docker builds.
Kontributer: iarc13