Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
veganjay
6 months ago
|
parent
|
context
|
favorite
| on:
uv: An extremely fast Python package and project m...
Initially, I used `uv tool run <name>`, but later discovered `uv tool install <name>`. The `install` command downloads dependencies once and caches them for future use. It is similar to how `pipx install <name>` works.
e.g.
$ uv tool install asciinema
$ asciinema play example.cast
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
e.g.
$ uv tool install asciinema
$ asciinema play example.cast