10 May 2024

How to output or create the requirements.txt file which is a list of all the needed software?

https://stackoverflow.com/questions/29715249/is-there-any-way-to-output-requirements-txt-automatically

pip freeze > requirements.txt

No comments:

Post a Comment