Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lucideng
6 months ago
|
parent
|
context
|
favorite
| on:
uv: An extremely fast Python package and project m...
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.
oezi
6 months ago
|
next
[–]
`uvx` directly from the repo also works nicely
akx
6 months ago
|
prev
[–]
Why even `git clone`? With a properly packaged project, you can just `uvx --from=git+
https://github.com/akx/bindl.git
bindl`
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Just `git clone someproject`, `uv run somescript.py`, then mic drop and walk away.