python-利用freeze生成requirements文件

Posted wang-mengmeng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python-利用freeze生成requirements文件相关的知识,希望对你有一定的参考价值。

使用场景:本地电脑开发完成的python自动化项目,需要导出python相关的依赖包以便后续迁移项目使用。

C:\\Users\\acer>e:
E:\\>pip freeze >requirements.txt

执行上述命令后即可在e盘看到requirements.txt文件:

技术图片

 

以上是关于python-利用freeze生成requirements文件的主要内容,如果未能解决你的问题,请参考以下文章

利用cx_freeze打包python程序

使用 pipreqs 和 freeze 创建 requirements.txt

使用 cx_freeze 在 Mac、Linux 和 Windows 上分发 python:我可以从一个平台生成所有应用程序吗?

cx_Freeze 和 Python 3.4

Windows XP 中的 Python Cx_Freeze 错误

cx_freeze 找不到 python 3 路径 mac