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
Assuming you are a PyCharm User, its pretty easy to install Flask This will help users without shell pip access also.
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,
Voila!!!