Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 265 Bytes

COMP1531 web

To run this web application you should have the following configuration:

pip3 install -r requirements.txt

Then, you can run this web application:

python3 run.py

Using virtual environment:

python3 -m venv venv