来自 buildout 的 Pyfacebook
使用 buildout 安装最新版本 pyfacebook 的最佳方法是什么?该包托管在 github 上,不在 pypi 上。该系统没有安装 git,因此不幸的是,基于 git 的配方不是一个选项。 github URL 为 http://github.com/sciyoshi/pyfacebook。蒂亚!
What is the best way to install the latest version of pyfacebook with buildout? The package is hosted on github and is not on pypi. This system doesn't have git installed, so a git-based recipe isn't unfortunately not an option. The github URL is http://github.com/sciyoshi/pyfacebook. TIA!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过添加指向项目 tarball URL 的 find-links url 以及
#egg=packagename
后缀来添加托管在 git-hub 上的任何 python 包。对于 pyfacebook 来说:所以一个简单的构建将是:
You can add any python package hosted on git-hub by adding a find-links url pointing to the project tarball URL plus a
#egg=packagename
postfix. For pyfacebook that is:So a simple buildout would be: