|
|
|
|
|
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). |
|