Select Git revision
README.md
Tyrique Marsh authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 563 B
Install a virtual environment
On Windows:
py -3 -m venv .venv
On MacOs/Linux:
python3 –m venv .venv
Activate the environment (every startup)
On Windows:
.venv\Scripts\activate
on MacOS/Linux:
. .venv/bin/activate
With the virtual envirornment activated
Install Flask
pip install Flask
Install all dependencies
pip install -r requirements.txt
Run your Flask application
flask --app hello run --debug
---------##
Student Number:
OpenShift URL: https://flask-hello-world-2-c24076223-cmt120-cw2.apps.containers.cs.cf.ac.uk/