Rev 81: Add installation instructions for git-python. in http://people.samba.org/bzr/jelmer/bzr-git/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Jul 26 17:30:56 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-git/trunk
------------------------------------------------------------
revno: 81
revision-id: jelmer at samba.org-20080726163056-zthvhxutyfehir87
parent: jelmer at samba.org-20080726162336-zv2epsfc8792zjm5
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-07-26 18:30:56 +0200
message:
Add installation instructions for git-python.
added:
INSTALL install-20080726163036-7xniqqvxrerg3znr-1
=== added file 'INSTALL'
--- a/INSTALL 1970-01-01 00:00:00 +0000
+++ b/INSTALL 2008-07-26 16:30:56 +0000
@@ -0,0 +1,16 @@
+
+Dependencies
+============
+
+bzr-git relies on the git python module available on:
+
+http://gitorious.org/projects/git-python
+
+To run and build it, run:
+
+$ git clone git://gitorious.org/git-python/mainline.git git-python
+$ cd git-python
+$ python setup.py install
+
+Installing bzr-git can be done by putting it into the ~/.bazaar/plugins directory,
+and renaming its directory to "git".
More information about the bazaar-commits
mailing list