Hacker News new | ask | show | jobs
by jtdev 2210 days ago
Agreed, I typically include a README as well as a requirements.txt so one can easily 'pip install -r requirements.txt' and then 'python app.py' to run simple apps without a bunch of rigamarole.
1 comments

I probably misunderstood you -- apologies. I think we're 100% in agreement.