I have done some python code for an unreal game engine project. I have manually installed python and other packages (such as sklearn, numpy etc mostly installed using pip) in my windows system. I want python and those packages to be installed auto while users install the application.
Any way of doing it? Thanks!