- Install pipreqs python library
pip3 install pipreqs
- Run command in the project current directory for which requirements.txt required.
python -m pipreqs.pipreqs
😎 ## How better than pip freeze?
Pip freeze make requirements.txt of all python library install in your machine but not for the library which is used in particular projects.
Top comments (0)