I want to create a little app with python. This app is supposed to have a gui. I want to use python eel for that. Now the problem is, that the computer on which I want to do this, has no internet connection.
I already installed python from a USB, but wenn I try to "pip install eel" it ends up in an error.
So how do I download eel on a USB and then use this USB to install eel on the other computer that has no internet?
-T