Why not provide requirement.txt file
bowuL opened this issue · 1 comments
bowuL commented
I‘m used to virtualenv, and use "pip install -r xxx", why can't provide it, hhh, just think it's easy to quickly start.
nsidnev commented
I‘m used to virtualenv, and use "pip install -r xxx"
Just like I'm used to poetry
. I use it in most of my python projects because it helps control dependencies in a very convenient way (IMO). Its installation is quite simple, you can see an example in the GA workflows.
BTW. poetry
can generate a requirements.txt
file if you need it.