Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 222 Bytes

Readme.md

File metadata and controls

10 lines (8 loc) · 222 Bytes

NBIT309: Web Based Application Development

Example Practice 1

Setting up the python virtual environment

  • python3 -m venv ex
  • source ex/bin/activate
  • pip install flask
  • pip freeze > requirement.txt
  • flask run