Skip to content

Commit

Permalink
Flask update hint added
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStS committed Nov 1, 2024
1 parent 280a5bb commit 7ddc4a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/software/webserver_stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,12 +554,14 @@ Flask is a lightweight web application framework. It is designed to make getting

=== "Quick start"

In order to use **Flask** it is first required first to install the Python Package Manager - [see Python 3](programming.md#python-3). Then run the next command.
In order to use **Flask** it is first required first to install the Python Package Manager - [see Python 3](programming.md#python-3). Then, the following command is executed to install Flask:

```sh
pip3 install -U Flask
```

This command can also be used to update an existing Flask installation.

***

Website: <https://palletsprojects.com/p/flask>
Expand Down

0 comments on commit 7ddc4a6

Please sign in to comment.