[request] install requirements from pyproject.toml without installing project itself #12743
Closed
1 task done
Labels
resolution: duplicate
Duplicate of an existing issue/PR
type: feature request
Request for a new feature
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:
Additional context
Code of Conduct
The text was updated successfully, but these errors were encountered: