pipreqs可以自动扫描目录并生成requirements.txt 安装 pip install pipreqs 使用pipreqs ./ 如果有编码错误,则输入 pipreqs --encoding='utf-8' ./
Comments NOTHING