Build a Python Web Server with Flask

From Sensors in Schools
Jump to navigation Jump to search

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