How to install Flask on Windows?

前端 未结 10 1187
灰色年华
灰色年华 2020-12-03 01:02

I have a project to do for after create a webpage that display the latest weather from my CSV file.

I would like some details how to do it (don\'t really get the

10条回答
  •  臣服心动
    2020-12-03 01:55

    Assuming you are a PyCharm User, its pretty easy to install Flask This will help users without shell pip access also.

    • Open Settings(Ctrl+Alt+s) >>
    • Goto Project Interpreter>>
    • Double click pip>> Search for flask
    • Select and click Install Package ( Check Install to site users if intending to use Flask for this project alone Done!!!

    Cases in which flask is not shown in pip: Open Manage Repository>> Add(+) >> Add this following url

    https://www.palletsprojects.com/p/flask/

    Now back to pip, it will show related packages of flask,

    • select flask>>
    • install package>>

    Voila!!!

提交回复
热议问题