How to install Flask on Windows?

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

    If You are using windows then go to python installation path like.

    D:\Python37\Scripts>pip install Flask

    it take some movement to download the package.

提交回复
热议问题