Final Project for the course ID2207 - Modern Methods of Software Engineering
Python 3.8+pip(or equivalent package manager)
- Setup a python environment
conda create --name modernmethods python=3.12python3 -m venv modernmethods- You can use anything to do this, I prefer conda.
- Ensure you activate your environment.
- Run
pip install -r requirements.txt - Run
python start_app.py