Remix.run Logo
iruoy 3 hours ago

If you want to run python tools without installing them:

    uvx --from dns-benchmark-tool dns-benchmark top
ovo101 3 hours ago | parent [-]

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.