CristineTerante / FINAL-OUTPUT-EEE100-

1 stars 2 forks source link

Infos about "requirements.txt" file #12

Open CristineTerante opened 2 years ago

CristineTerante commented 2 years ago

Research some information especially the importance of "requirements.txt" file

MichaelSantillan commented 2 years ago

The file requirements.txt stores information about all the libraries, modules, and packages in itself that are used while developing a particular project.

More information in regards of installing the file will be located on this link: https://stackoverflow.com/questions/16584552/how-to-state-in-requirements-txt-a-direct-github-source

JehardyDauk commented 2 years ago

The importance of the requirements.txt file is that it contains information on all of the libraries, modules, and packages that are utilized while developing a project, such as the one we're working on now, which is generating a stopwatch code with the tkinter libraries in importing time.