Flask Setup
Installing Flask
Before get to using Flask, we of course need to install Flask. Since Flask is a Python module, we can use pip to install it. So, we run pip install flask in the command line.
Once it is finished, Flask should be installed. If it doesn't work, go here.
