|
|
|
|
|
by veganjay
365 days ago
|
|
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 |
|