Y
Hacker News
new
|
ask
|
show
|
jobs
by
gessha
92 days ago
I know the whole package system across most languages is a dumpster fire but for Python, uv solves a lot of problems.
uv init
uv add unsloth
uv run main.py % or whatever
1 comments
danielhanchen
92 days ago
Yep UV is fantastic - should have just that default!
link