Hacker News new | ask | show | jobs
by hobofan 452 days ago
I do usually include instructions in our READMEs to do a `uv sync` as install command, in order to separate error causes, and also to allow for bootstrapping the venv so that it's available for IDEs.
1 comments

That makes sense, thanks.