I am trying to port the Flask ask to a baremetal running custom linux (based on Openembedded) . The actual documentation says
pip install Flask
But on my bare metal system there is not even pip.
SO I have to cross compile pip for my system (The Python Package Installer)
I want to know is pip the only way to install the flask ask. Can we cross build the flask ask and run it on any platform?
First, you can install
pip3easily, the recipe ispython3-pip.There's already a recipe for Flask itself: https://layers.openembedded.org/layerindex/recipe/45374/. Following that example, writing a new recipe for flask-ask should be fairly trivial.