-2

Please tell me how to install flask on windows.

I have tried to install using pip install ,but I cannot install flask.

I already tried install flask on windows like this:

pip install flask
FlyingTeller
  • 17,638
  • 3
  • 38
  • 53
Gyu
  • 1
  • 2

1 Answers1

0

Potentially you could try "pip3 install flask"? I'm not sure what version you are using though.