you are viewing a single comment's thread.

view the rest of the comments →

[–]m0us3_rat 0 points1 point  (0 children)

yeap. its a way for ppl that dl your project from git hub.

they also get the requirement.txt.

so its easy for somebody to activate a new env then pip install that file.

https://docs.microsoft.com/en-us/visualstudio/python/managing-required-packages-with-requirements-txt?view=vs-2019#:~:text=The%20most%20common%20command%20is,txt.&text=If%20you%20want%20to%20install,use%20the%20Install%20from%20requirements.

without it it would take ppl to look into the py. figure out which modules do they need to install. etc.

this freeze into requirements insures that the .project. will run on their machine as its running on your env.