Build a Python Web Server with Flask

From Sensors in Schools
Revision as of 20:55, 21 July 2023 by EdmondLascaris (talk | contribs) (Created page with "= Build a Python Web Server using Flask = = Install Flask = * Open the Terminal * Enter the command '''pip3 install flask''' 900px")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Build a Python Web Server using Flask

Install Flask

  • Open the Terminal
  • Enter the command pip3 install flask