How to install Flask!

Today we will go over how one can install Flask.


Click learn more to discoveirng more information about WebSanctuary.

Learn more

1) Required Tools

Tools Needed:

1) Terminal or IDE with Built In Terminal

2) Python & Pip Installed


2) How to install Flask?

Steps:

1. Navigate to a Terminal

2. Follow Steps Below

Install Pip For Python 2:

pip install Flask

Install Pip For Python 3:

pip3 install Flask

Don't know how to install pip?

(Note: pip is required to install Flask.)

To install pip:

Install Pip For Python 3:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

Congratulations! You just installed Flask.

Want to know how to make a host your own Flask App? If so, click below!


Learn more