packaging a python application

后端 未结 3 479
不思量自难忘°
不思量自难忘° 2021-01-02 05:02

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. S

相关标签:
3条回答
  • 2021-01-02 05:05

    Also take a look at 5 tips for packaging your Python projects.

    0 讨论(0)
  • 2021-01-02 05:10

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

    0 讨论(0)
  • 2021-01-02 05:25

    Please read The Hitchhiker’s Guide to Packaging.

    0 讨论(0)
提交回复
热议问题