How to create & use requirements.txt for python projects
What is requirements.txt & it’s advantage When a person is working on a python project and added some python libraries and then shares the project in the team or when a new team member joins the team, it’s always difficult to tell what libraries used in the project, either you have to specify in a…