【发布时间】:2017-11-04 01:27:27
【问题描述】:
我正在构建一个使用 plyer 库的应用程序。但是,我在自己的 github 分支中修改了 plyer 库。我的问题是如何在 buildozer.spec 文件中指定我需要从我的路径而不是默认分支下载 plyer。
问候,
【问题讨论】:
-
编辑您的 buildozer.spec 并在“(list) Application requirements”下添加“requirements = plyer,kivy”
-
是的,但是当你把plyer举例时,它会使用pip install plyer,我不想要这个版本,我需要一个特定版本的github