python导出项目依赖包

1、导出全部依赖包: pip freeze > requirements.txt   2、导出项目依赖包: python3 -m pip install pipreqs 环境变量中没有配置python的/script/目录会 … 继续阅读 python导出项目依赖包