mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-03 18:38:21 +00:00
![]() ## Summary This PR adds a `pip-install` command that operates like, well, `pip install`. In short, it resolves the provided dependency, then makes sure they're all installed in the environment. The primary differences with `pip-sync` are that (1) `pip-sync` ignores dependencies, and assumes that the packages represent a complete set; and (2) `pip-sync` uninstalls any unlisted packages. There are a bunch of TODOs that I'll resolve in subsequent PRs. Closes https://github.com/astral-sh/puffin/issues/129. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |