←back to thread

741 points chirau | 1 comments | | HN request time: 0.822s | source
Show context
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 #
1. 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`