how to invlude dependecies in python exe code example
Example: how to run pyinstaller generate application in linux
# If your application name is main which is located at /dist/main then run below command.
>> ./main #main is the application name
# It will run your application directly.