Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 392 Bytes

This repository contains the code for the To-Do list web application (excluding wgsi setup)

Prerequisites

  • Python 3.7 or higher
  • Pip (Python package manager)
  • Before running locally, please ensure you can download dependencies globally or utilize a virtual environment.

To Run Locally:

  1. Install dependences:
    pip install -r requirements.txt

  2. Run main:
    python main.py