So I wrote some code in python that used the requests library. I am thinking of uploading the files onto github so other people can test out the file. Uploading the main is easy (just one .py) file, but how do I include the requests library?
Is there a way for me to also the requests library along with my .py file so they can immediately run the python file ? or should I tell them to also install requests through pip first?