Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 478 Bytes

File metadata and controls

17 lines (14 loc) · 478 Bytes

ID2207-project

Final Project for the course ID2207 - Modern Methods of Software Engineering

Prerequisites

  • Python 3.8+
  • pip (or equivalent package manager)

Installation

  1. Setup a python environment
  • conda create --name modernmethods python=3.12
  • python3 -m venv modernmethods
  • You can use anything to do this, I prefer conda.
  1. Ensure you activate your environment.
  2. Run pip install -r requirements.txt
  3. Run python start_app.py

Changelog