-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making a requirements.txt to install all dependencies #148
Comments
@nandikajain All most done generating the PR Soon. |
@Kashish121 @vinitshahdeo @nandikajain Just a Quick status from my side. |
Is this issue still needs to be addressed! |
|
assign me this please |
@nandikajain I would like to work on this issue @vinitshahdeo @ishika1727 |
Right now, in order to run the project, there are multiple dependencies that need to be installed.
Making a requirements.txt file and install requirement.txt through command line, instead of installing each dependency is more convenient and can be installed through. This way even when new dependencies are added, there will be no need to update REAME or any other file and all the dependencies can be installed by the command:
pip3 install -r requirements.txt
The text was updated successfully, but these errors were encountered: