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 couldnt 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 deveopler so please tell me about the first step i need to follow?
Thanks!