How to install Flask on Windows?

前端 未结 10 1196
灰色年华
灰色年华 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 02:00

    I have windows 10 and pythonv3.5. @uku answer is correct. however, problem I was facing is that where are python scripts which are to be added in environment variable. So I found out that we need to add

    C:\Users\\AppData\Local\Programs\Python\Python35\Scripts

    above location as environment variable. If it still doesnot work search for python in C Drive then find out script locations.

提交回复
热议问题