Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
JoBrad
56 days ago
|
parent
|
context
|
favorite
| on:
Uv overtakes pip in CI
The Astral team did a great job with uv (and ruff!). I just wish they had used `install` instead of `add` and `sync`.
`uv install` = `uv sync`
`uv install rich` = `uv add rich`
saagarjha
56 days ago
|
next
[–]
I feel like the new terminology matches what it's doing better, though. You don't install things anymore, uv just makes the state of the world match what you asked for.
drcongo
56 days ago
|
prev
[–]
I prefer shorter commands, so I just wish they'd gone with `uv rm` instead of `uv remove`.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
`uv install` = `uv sync`
`uv install rich` = `uv add rich`