Hacker News new | ask | show | jobs
by 9dl 2417 days ago
>save a requirements.txt

pipenv

https://packaging.python.org/tutorials/managing-dependencies...

https://dev.to/yukinagae/your-first-guide-to-getting-started...

1 comments

Please do not use `pipenv`, use `poetry` or plain old `pip` instead.

1. https://news.ycombinator.com/item?id=18612590

Hmmm

Point about "Official tool" is valid

Others seems strange to me

I'd add to my comment something like "Try it. If you like it - use it"

Thank you for link