So I've written a program in python that I want to use on different computers, but to do this I need to install modules by opening up the command prompt and using "pip install ".
Is there a way to do this in the program without having to open the command prompt?