Add requirements.txt for Python dependencies#2
Add requirements.txt for Python dependencies#2NourCheriff wants to merge 1 commit intotorvalds:mainfrom
Conversation
|
thanks! |
You're welcome @HOLYKEYZ ! |
|
For what version of python!!!! |
@chrisbward for For additional details, please refer to the matplotlib dependency versions documentation |
Apologies in advance for the additional burden upon Professor Torvalds's attention span; Nour, you might have noticed that your PR has already gotten "thumbs-down" reactions on GitHub; probably because that allows silent disapproval, rather than perpetuation of notifications caused by comments like my own. In the future, if you keep on making drive-by PRs on GitHub and similar sites, I strongly recommend that you split your commentary more carefully between the actual commit message and the PR description in the website; your email address was included in the resulting WWW-visible page, so you're opening the door to an order-of-magnitude more spam than you would by only having your contact info present in the git metadata. Generally, the "Signed-off-by" line can be safely deleted from the automatically populated PR description, because GH will show whether commits were actually PGP signed [or similar checks for ones generated by actions in the website]; and it looks like the human-readable summary isn't included in your commit, that only has the one line "feat: ..." description. It is gracious of you to hope that your volunteer efforts will improve someone's hobby project; may all our interactions, both online and off, be so altruistic! |
calm down dude, he did what he thought he could do, and it actually makes sense tbh, he even included that he knew it was a personal hobby project and it was just a small contribution as a thank you |
Add a
requirements.txtfile to simplify installing Python dependencies using:This avoids the need to install each dependency manually and makes setup faster and more reproducible.
Note
Although this is a personal hobby project, I couldn’t resist submitting this PR.
I’m deeply grateful for your contributions to the world and to the tech community.
GitandLinuxare part of my everyday work, so please consider this PR a small thank you from me.Signed-off-by: NourCheriff nourcherif.pitos25@gmail.com