5 ms·
Oh wow, my package on the front page again. Glad that it's still being used. This was written 10 years ago when I was struggling with pulling and installing pr
by bndr 2y ago
Oh wow, my package on the front page again. Glad that it's still being used.
This was written 10 years ago when I was struggling with pulling and installing projects that didn't have any requirements.txt. It was frustrating and time-consuming to get everything up and running, so I decided to fix it, apparently many other developers had the same issue.
[Update]: Though I do think the package is already at a level where it does one thing and it does it good. I'm still looking for maintainers to improve it and move it forward.
- deleted 2y ago[deleted]
- joshdavham 2y ago> This was written 10 years ago when I was struggling with pulling and installing projects that didn't have any requirements.txt And 10 years later this is still a common problem!
- v3ss0n 2y agoNot if you use proper python env and package management tools like pdm or poetry.