I have a simple python program that uses numpy, and I want to run it in a remote machine where I cannot install numpy or anything else.
The code needs to run by executing:
python myprogram.py input.txt
How can I add this module as part of my program?