Build a Python Web Server with Flask: Difference between revisions

From Sensors in Schools
Jump to navigation Jump to search
(Created page with "= Build a Python Web Server using Flask = = Install Flask = * Open the Terminal * Enter the command '''pip3 install flask''' 900px")
 
No edit summary
Line 6: Line 6:


[[File:Screenshot 2023-07-22 at 6.54.01 am.png | 900px]]
[[File:Screenshot 2023-07-22 at 6.54.01 am.png | 900px]]
* Make a new directory named webapp using the Terminal command '''mkdir webapp'''
* Enter the new directory with the command '''cd webapp'''

Revision as of 20:57, 21 July 2023

Build a Python Web Server using Flask

Install Flask

  • Open the Terminal
  • Enter the command pip3 install flask

  • Make a new directory named webapp using the Terminal command mkdir webapp
  • Enter the new directory with the command cd webapp