-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature Description
The current format of requirement.txt file in 'Job Satisfaction Analysis' folder needs to be changed.
In a requirement.txt file, each package should be listed on a new line without the import keyword.
Use Case
This will allow users to install all dependencies at once by running:
pip install -r requirement.txt
Priority
High
Record
- I agree to follow this project's Code of Conduct
- I'm a GSSOC contributor
- I want to work on this issue
- I'm willing to provide further clarification or assistance if needed.