python module to quickly generate project dependencies

Installation: pip3 install pipregs

Generate dependencies:
    Used in the project root directory: pipreqs ./
    windows system, will be reported when the coding error, specify the encoding format pipreqs ./ --encoding = utf8
    Generate requirements.txt file

Installation dependencies: pip3 install -r requirements.txt

Guess you like

Origin www.cnblogs.com/zoulixiang/p/12123668.html