3C-SCSU / Avatar

MIT License
6 stars 122 forks source link

Lab 2 Task 4 Group 15 #71

Closed joolaoye closed 7 months ago

joolaoye commented 7 months ago

Pull Request: Add requirements.txt for GUI.py Dependencies

Description:

This pull request adds a requirements.txt file to the repository, listing the necessary dependencies required to run the GUI.py script without encountering ModuleNotFoundError. Developers can use the pip install -r requirements.txt command to automate the installation of these dependencies.

Changes:

Added requirements.txt file listing dependencies.

Purpose:

Instructions:

To install the dependencies, use the following command: pip install -r requirements.txt