twitter-archive-parser icon indicating copy to clipboard operation
twitter-archive-parser copied to clipboard

Add requirements.txt listing external modules

Open ewenmcneill opened this issue 2 years ago • 1 comments

To make it easier for more advanced Python users to know what needs to be installed, add a requirements.txt, and section to the README listing what is needed and why.

(The "auto install from running program" functionality is clever, but more advanced users may wish to create a venv or similar if they know external modules are needed and why.)

ewenmcneill avatar Nov 18 '22 22:11 ewenmcneill

Thanks for writing this code and making it available so quickly. I'm very impressed with how well it's worked for "just in time" code.

Feel free to modify/merge/close this PR as you wish. I just figured a "can click merge" PR was more useful than an issue saying "you should..." :-)

Ewen

ewenmcneill avatar Nov 18 '22 22:11 ewenmcneill

It makes sense. I've added a comment to the front page about this, based on your suggestion. I prefer not to have a requirements file at this point.

Thanks!

timhutton avatar Nov 20 '22 15:11 timhutton