How to install Flask on Windows?

前端 未结 10 1151
灰色年华
灰色年华 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:46

    you are a PyCharm User, its good easy to install Flask First open the pycharm press Open Settings(Ctrl+Alt+s) Goto Project Interpreter

    Double click pip>>
    search bar (top of page) you search the flask and click install package 
    

    such 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
    

提交回复
热议问题