I have python script that I build in python 2.7, this script use with some library that I install with pip.
I want to create a setup to this script that I can share with another people .
This setup need to be offline(without internet connection) and need to install all the dependencies.
How can I pack my script(in Windows) and all the dependencies (library) so another one can run python setup.py
and get install all the library that the script need.