I have an armv7 embedded device. There is a yocto linux running on this device. There is no pip installed in it so i cannot install web3 using ..
pip install web3
How can I install web3 or any python module without using pip? I have tried searching the recipe of web3.py but couldn't find any.
Can I cross compile the web3 module? how to do that?
how can build from source work for this module?
what about the other dependencies required for it?
I am not a full time Linux or python developer so please tell me about the first step I need to follow?