c21124664_cmt120_cw2
Student Number:c21124664
http://c-21124664-cmt-120-cw-2-git-c21124664-cmt120-myblog.apps.openshift.cs.cf.ac.uk/
Initial Project Setup Required:
- activation of virtual environment
- installation of the necessary project dependencies
Project Dependencies:
- to install flask:
pip install flask
- to install all dependencies recursively from
requirements.txt
file:
pip install -r requirements.txt
- to see all installed dependencies in the console:
pip freeze
- to save the project dependencies in
requirements.txt
file:
pip freeze > requirements.txt