How-to -- get a Python requirements.txt file
Three basic questions for this:
- what is a requirements.txt file
- how do I generate/update a requirements.txt file?
- how do I install the packages from the requirements.txt file?
What is a requirements.txt file?
The requirements.txt file is used for specifying what Python packages are required …