Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

c21124664_cmt120_cw2

  • Clone with SSH
  • Clone with HTTPS
  • Chan Li's avatar
    Chan Li authored
    0bdb90a4
    History
    Name Last commit Last update
    .idea
    blog
    .gitignore
    README.md
    requirements.txt
    wsgi.py

    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