Login
Remember
Register
Ask a Question
How to install Flask on Linux?
0
votes
asked
Dec 23, 2022
in
Python Flask
by
john ganales
How to install Flask on Linux?
install-flask
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 23, 2022
by
john ganales
On Linux, Flask can be installed using Python’s package manager, pip.
Use the below command to install Flask.
pip install Flask
...