Open nandikajain opened 3 years ago
@nandikajain All most done generating the PR Soon.
@Kashish121 @vinitshahdeo @nandikajain Just a Quick status from my side.
I had added the requirement.txt for portscanner. The app is up and running perfectly. Just added some img for the same.
Generated the PR for Same
Is this issue still needs to be addressed! If yes, you can assign it to me!
@Kashish121 @vinitshahdeo @nandikajain Just a Quick status from my side. I had added the requirement.txt for portscanner. The app is up and running perfectly. Just added some img for the same. Generated the PR for Same
@vinitshahdeo
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