Hacker News new | ask | show | jobs
by loloquwowndueo 413 days ago
The instructions say to “make sure Python is ínstalled” but the scripts use third-party dependencies (requests). This is not guaranteed to be available. I would recommend adding at least a pyproject.toml or requirements.txt and some instructions on how to provision the dependencies (uv is nice to use for this but then you have to ask people to also install UV).
1 comments

Whaaat... I was 100% sure requests were built in. Thanks for telling me, will update the repo ASAP