-4

Is it possible to run flask framework on Android platform using Qpython ? If yes please instruct steps to configure

Thank you

user2681304
  • 129
  • 6
  • Welcome to Stack Overflow! Please take a few minutes to go over the [site tour](http://stackoverflow.com/tour) and what's [on-topic](http://stackoverflow.com/help/on-topic) for the site. Your question needs to be more specific. – Celeo Nov 02 '15 at 18:25

2 Answers2

1

The first step is installing it through pip_console.py : )

Then you can develop flask project with your pc or mac, and upload it into your device to run.

QPython development environment using mac or windows

Community
  • 1
  • 1
River
  • 66
  • 2
0

Yes you can, but only on the first version of it. You go on libraries, than you choose install with official pypi. When pypi run, write pip install flask. It's done! Be happy