web2py git集成 - localhost& pythonanywhere [英] web2py git integration - localhost & pythonanywhere

查看:124
本文介绍了web2py git集成 - localhost& pythonanywhere的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我完全不知道如何将Github集成到web2py中。我在web上安装了web2py,并在 pythonanywhere 上安装。



web2py概述文档chapter3 http://web2py.com/books/default/章节/ 29/03 / overview 说:

Git集成

git集成。 Python git库是必需的,例如


pip install gitpython


这对我来说并不意味着什么!我只是进入编程,并试图确保一切正常设置!



任何帮助将非常感激!



非常感谢

解决方案

安装gitpython 是一个命令键入命令行。这将是PythonAnywhere上的Bash控制台,Mac或Linux上的终端或Windows上的命令提示符。它告诉系统安装名为gitpython的Python包。然而,为了使其工作,您需要安装pip(PythonAnywhere除外),其中它已经安装)。有有关如何在此处执行操作的说明


I have absolutely no idea how to integrate Github into web2py. I have web2py installed on a usb and also on pythonanywhere.

The web2py overview document chapter3 http://web2py.com/books/default/chapter/29/03/overview says :

Git integration

The admin app also includes git integration. Python git libraries are required, e.g.

pip install gitpython

This doesn't mean a thing to me!!? I am just getting into programming and trying to make sure everything is set up properly!

Any help would be really appreciated!

Many thanks

解决方案

pip install gitpython is a command to type into a command line. That would be a "Bash console" on PythonAnywhere, a "Terminal" on a Mac or Linux, or a "Command Prompt" on Windows. It tells the system to install the Python package called "gitpython"

However, in order to make it work, you'll need to install pip (except on PythonAnywhere, where it's already installed). There are instructions on how to do that here.

这篇关于web2py git集成 - localhost& pythonanywhere的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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