3C-SCSU / Avatar

MIT License
9 stars 130 forks source link

updated the requirements.txt #79

Closed joolaoye closed 8 months ago

joolaoye commented 8 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