How to Install Flask on Python 3.12.2 on Windows 10/11 [ 2024 Update ] Complete Guide

preview_player
Показать описание
Hello Everyone! Today in this video I am going to step-by-step guide you on How to install Flask on Python 3.12.2 on Windows 11. Windows (64-bit).

Geeky Script (
@GeekyScript) is a Computer Science - Educational Videos Creator 🎉
You can support us by buying a coffee ☕️ here —

✻ I really hope you find this video useful. ♥

✻ Please click on the CC button to read the subtitles of this video.

Step 1. How to Download Python 3.12.2?
This page will lead to the Python download page.

Find the installation file and click on it to download. Here is this video we showed how to download and install Python in Windows 11.
Now after downloading Python save the file to the disk and follow the next step for installation.

Step 2. Install Python 3.12.2
Double-click to run the Python download file. Just follow the prompt as shown in the video and install Python 3.12.2 on your OS.

Step 3. How to know if Python is installed or not?
python --version

Step 4. How to know the pip version?
py -m pip --version

Step 5. How to upgrade pip?

Step 6. How to Install Flask?
py -m pip install flask

Follow the video if you face any issues please comment, I am always there to help you!

Do Subscribe :)

The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets that run the Windows 11 operating system like Windows 11 Home, Windows 11 Professional, Windows 11 Enterprise, and Windows 11 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.

#Flask #Python3.12.2 #PythonInstallation #Pythontutorialforbeginners #Pythontutorial #Pythonprogramming #Pythonprogrammingtutorial #Pythonbasicsforbeginners #Windows11

Topics addressed in this tutorial:
How To Download And Install Python On Windows 10/11 64 bit OS
Install Python on Windows 10/11
How to Install Python and Get Started

---------------------------------------------------------------------------
► Laptop I use:

► Recommended Laptops (35k Range):

► Laptops 50k Range:

► Rode Wireless Mike:

---------------------------------------------------------------------------
MY RELATED VIDEOS:
---------------------------------------------------------------------------
THANK YOU so much for watching!
Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos :)

---------------------------------------------------------------------------
CONNECT WITH ME ON:
---------------------------------------------------------------------------
Affiliate Disclaimer: Some of the links above are affiliate (referral) links which means if you do click and purchase through them, then I may receive a commission. This helps support the free content on this channel.
Рекомендации по теме
Комментарии
Автор

Did this tutorial help you to install Flask?
Comment Now!! And let me know your opinion...
And Please SUBSCRIBE for more! Also, you can Support my work through YouTube Thanks!

GeekyScript
Автор

I need help the cmd say he don’t find the file

ESOWX
Автор

Hi, so I made a facial filter using python. How do I put this application to a website that I'm making? It's a virtual try on for a salon website. Thanks

kaelthunderhoof
Автор

hello world:
i try in my work presented in theimage to run an python file in html enveronnement, even i add the link in html using py-script i cant have a correct out put in live srver . i just get one on theme
that is created in the same work file html > can you save me please

atmanmedini
Автор

I checked flask version on cmd it is present but when i try to import flask on ide it shows error

Sai-kyvs
Автор

Hello thanks for the video I did all the steps but on the las one when i command from flask import Flask on the idle I got this message can you help me please? >>>>

Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from flask import Flask
ModuleNotFoundError: No module named 'flask'

digtaldean
Автор

I need help the cmd say he don’t find the file

ESOWX