I don’t want to dump requirements for my whole project using:
pip freeze > requirements.txt
Instead of that I want to dump requirements for a file or particular folder. It’s a piece of cake with pipreqs
. Install the package
pip install pipreqs
and then just run it with the folder or file for which you want to generate requirements.txt
file
pipreqs my_folder