Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (45.3k points)

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 http://flask.pocoo.org/docs/installation/#installation installation setup)

Can anyone mind explain me how to do it simply?

Thanks.

I'm running on Windows 7, with the Windows Powershell.

1 Answer

0 votes
by (16.8k points)

Install pip as described here: How do I install pip on Windows?

Then do:

pip install flask

Related questions

0 votes
1 answer
asked Jul 17, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
asked Jul 2, 2020 in Python by Sudhir_1997 (55.6k points)
0 votes
1 answer
asked Jul 2, 2020 in Python by Sudhir_1997 (55.6k points)

Browse Categories

...