mirror of https://github.com/astral-sh/uv
## 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 | ||
| Cargo.toml | ||