🌐
Flask
flask.palletsprojects.com β€Ί en β€Ί stable β€Ί installation
Installation β€” Flask Documentation (3.1.x)
Python comes bundled with the venv module to create virtual environments. Create a project folder and a .venv folder within: ... Your shell prompt will change to show the name of the activated environment. Within the activated environment, use the following command to install Flask:
🌐
PyPI
pypi.org β€Ί project β€Ί Flask
Flask Β· PyPI
The Pallets organization develops and supports Flask and the libraries it uses. In order to grow the community of contributors and users, and allow the maintainers to devote more time to the projects, please donate today. See our detailed contributing documentation for many ways to contribute, including reporting issues, requesting features, asking or answering questions, and making PRs. ... Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
      Β» pip install Flask
    
Published Β  Feb 19, 2026
Version Β  3.1.3
🌐
Twilio
twilio.com β€Ί docs β€Ί usage β€Ί tutorials β€Ί how-to-set-up-your-python-and-flask-development-environment
Set up your Python and Flask development environment | Twilio
In this guide, you'll set up your Python and Flask development environment to build Twilio applications. You'll install Python, create virtual environments, install Flask and the Twilio SDK, and set up ngrok for webhook testing.
🌐
Visual Studio Code
code.visualstudio.com β€Ί docs β€Ί python β€Ί tutorial-flask
Flask Tutorial in Visual Studio Code
November 3, 2021 - You can also create environments using the Python sidebar. Expand Environment Managers and select the + button for Quick Create, which uses sensible defaults. Install Flask in the virtual environment using one of these methods:
🌐
Python Geeks
pythongeeks.org β€Ί python geeks β€Ί learn flask β€Ί flask installation in easy steps
Flask Installation in Easy Steps - Python Geeks
May 5, 2023 - See steps for Flask Installation - installing Python, virtualenv, creating virtual environment, activating it, installing Flask using pip etc
🌐
Flask
flask.palletsprojects.com β€Ί en β€Ί stable β€Ί tutorial β€Ί install
Make the Project Installable β€” Flask Documentation (3.1.x)
You can manage your project’s dependencies just like other packages do, so pip install yourproject.whl installs them. Test tools can isolate your test environment from your development environment. ... This is being introduced late in the tutorial, but in your future projects you should always ...
Python web framework
Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, … Wikipedia
Factsheet
Developer Armin Ronacher
Initial release 1 April 2010; 16 years ago (2010-04-01)
Stable release 3.1.3
/ 19 February 2026; 47 days ago (19 February 2026)
Factsheet
Developer Armin Ronacher
Initial release 1 April 2010; 16 years ago (2010-04-01)
Stable release 3.1.3
/ 19 February 2026; 47 days ago (19 February 2026)
Find elsewhere
🌐
Flask
flask.palletsprojects.com
Welcome to Flask β€” Flask Documentation (3.1.x)
This section of the documentation explains the different parts of the Flask framework and how they can be used, customized, and extended. Beyond Flask itself, look for community-maintained extensions to add even more functionality. Installation Β· Python Version Β·
🌐
Red Hat
developers.redhat.com β€Ί blog β€Ί 2018 β€Ί 06 β€Ί 05 β€Ί install-python-flask-on-rhel
How to install Python Flask on Red Hat Enterprise Linux 7 | Red Hat Developer
March 24, 2023 - With the confidence that often accompanies ignorance, I went to the command line and typed the simple command pip install flask and waited for the good news. ... Well, hang on a minute; I'm on RHEL, so yum is the package manager (that is, ...
🌐
PhoenixNAP
phoenixnap.com β€Ί home β€Ί kb β€Ί devops and development β€Ί how to install flask on linux, windows, and macos
How to Install Flask on Linux, Windows, and macOS
December 11, 2025 - Flask is installed automatically with all the dependencies. Note: When working in a typical environment, users need to use pip3 and python3 to ensure they are using the Python 3.x installation.
🌐
UltaHost
ultahost.com β€Ί knowledge-base β€Ί install-flask-python
How to Install Flask in Python | Ultahost Knowledge Base
November 8, 2024 - Learn how to install Flask in Python with step-by-step instructions, including setting up a virtual environment and using pip for installation
🌐
Fedora Developer Portal
developer.fedoraproject.org β€Ί tech β€Ί languages β€Ί python β€Ί flask-installation.html
Flask β€” Fedora Developer Portal
$ mkdir my_project $ cd my_project $ python3 -m venv project_venv Β· To work in the virtual environment, you have to activate it. ... In an active the virtual environment (with the name (project_venv) included in your command line prompt), you can install Flask from PyPI.
🌐
Virtono
virtono.com β€Ί community β€Ί tutorial-how-to β€Ί how-to-install-flask-on-ubuntu-and-centos
How To Install Flask On Ubuntu And CentOS - Virtono Community
September 20, 2023 - CentOS requires the EPEL repository for pip installation. Install it using the following command: ... Congratulations! Your CentOS system now has Flask installed.
🌐
GitHub
gist.github.com β€Ί dineshviswanath β€Ί af72af0ae2031cd9949f
How to install python and Flask on Mac OS X Β· GitHub
Above step ensure that Python 3.5 has been installed successfully. This is the high level outline of this post: Mas OS X -> Python 3.5 -> Virtaulenv -> Flask --> app.py(first Hello world )
🌐
Readthedocs
flask-appbuilder.readthedocs.io β€Ί en β€Ί latest β€Ί installation.html
Installation - Flask-AppBuilder - Read the Docs
Now install F.A.B on the virtual env, it will install all the dependencies and these will be isolated from your system’s python packages ... Once you have virtualenv installed, use Flask the command line tool to create your first app.
🌐
Vultr
docs.vultr.com β€Ί how-to-install-flask-on-ubuntu-24-04
How to Install Flask on Ubuntu 24.04 Complete Guide | Vultr Docs
January 17, 2025 - You can install Flask on Ubuntu as a Python package using Pip. Python and Pip are pre-installed on Ubuntu by default while Flask works with any active version.
🌐
Readthedocs
flask-dev.readthedocs.io β€Ί en β€Ί latest β€Ί installation.html
Installation β€” Flask 0.11.dev documentation
You will need Python 2.6 or newer to get started, so be sure to have an up-to-date Python 2.x installation. For using Flask with Python 3 have a look at Python 3 Support.
🌐
Microsoft Learn
learn.microsoft.com β€Ί en-us β€Ί visualstudio β€Ί python β€Ί learn-flask-visual-studio-step-01-project-solution
Flask in Visual Studio tutorial Step 1, Flask basics | Microsoft Learn
November 25, 2025 - The templates automatically install ... the following options selected in the Visual Studio Installer: On the Workloads tab, select the Python development option....