Skip to content

[request] install requirements from pyproject.toml without installing project itself #12743

Closed as not planned
@gmankab

Description

@gmankab

What's the problem this feature will solve?

pip install .

this commands installs all dependencies from pyproject.toml, but also it builds whole my project and installs it to

Describe the solution you'd like

can you please provide a way to install dependencies from pyproject.toml file without installing project itself

Alternative Solutions

uv tool allows to install requirements from pyproject.toml with this command:

uv pip install -r pyproject.toml

Additional context

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions