打包python应用程序 [英] packaging a python application

查看:97
本文介绍了打包python应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我有一个由多个文件组成的python应用程序,该如何打包和分发它?我的应用程序有一个配置文件,必须由用户填写.那么最好的管理方法是什么? 我想我正在寻找与我在Linux机器上使用的configure/make/make install/make文档类似的步骤.

If I have a python application consisting of multiple files, how can I pack and distribute it? My application has a configuration file which has to filled in by the user. So what is the best way to manage? I guess I am looking for steps similar to configure/make/make install/make documentation that I use on my Linux machine.

谢谢 肯定

推荐答案

您可以阅读将项目打包到官方 setuptools .

You can read up on packaging your projects on the official Python site or check out setuptools.

这篇关于打包python应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆