0 votes
in Python Flask by
How to install Flask on Linux?

1 Answer

0 votes
by
On Linux, Flask can be installed using Python’s package manager, pip.

Use the below command to install Flask.

pip install Flask
...