←back to thread

740 points chirau | 3 comments | | HN request time: 0.656s | source
1. lucideng ◴[] No.44358302[source]
UV solved any issue I had getting python to run on a machine.

Just `git clone someproject`, `uv run somescript.py`, then mic drop and walk away.

replies(2): >>44358437 #>>44363673 #
2. oezi ◴[] No.44358437[source]
`uvx` directly from the repo also works nicely
3. akx ◴[] No.44363673[source]
Why even `git clone`? With a properly packaged project, you can just `uvx --from=git+https://github.com/akx/bindl.git bindl`