Hacker News new | ask | show | jobs
by iruoy 208 days ago
If you want to run python tools without installing them:

    uvx --from dns-benchmark-tool dns-benchmark top
1 comments

If you want to run Python tools without installing them, you can use uvx: uvx --from dns-benchmark-tool dns-benchmark top

This pulls the package from PyPI and runs the top command right away.