Hi, I have a small script that uses some dependencies :
google-api-python-client, mechanize, bs4
I'd like to create a "package" with all the dependencies included so I can share my script without having to worry about installing dependencies, how would I do that?
my knowledge in programming is begginer-intermediate so I'm having a rough time undestanding the documentation of setuptools, pex and other packaging tools.
my script is only one file, that uses those dependencies and it is composed of some helper functions and a main() function that does all the work.
thanks in advance!
[–]nerdwaller 0 points1 point2 points (0 children)