Simple-Plagiarism-Checker icon indicating copy to clipboard operation
Simple-Plagiarism-Checker copied to clipboard

added req.txt file to help determine the dependencies required to run…

Open saksham-2000 opened this issue 2 years ago • 0 comments

I think the 'req.txt' is important in a project so that beginners who are looking at your project on github and want to use to it are able to install all the dependencies required to run this project.

After cloning, one has to simply go this folder and write this command on the terminal/command prompt: pip install -r req.txt and then after updating the database according to their needs, they can simply run the plag.py file

saksham-2000 avatar Jun 15 '22 19:06 saksham-2000