Open londumas opened 4 years ago
The standard is to add a requirements.txt with the list of the packages needed to run the code. This is used by pip for example when installing a package.
requirements.txt
The standard is to add a
requirements.txt
with the list of the packages needed to run the code. This is used by pip for example when installing a package.