bzr-git and Dulwich

Jelmer Vernooij jelmer at vernstok.nl
Thu Sep 10 11:50:40 BST 2009


On Thu, Sep 10, 2009 at 07:20:03AM +0100, Russel Winder wrote:
> I got as far as checking out the bzr-git plugin, and got a Git clone of
> the master version of Dulwich (the Bazaar branch is a mere mirror :-( ,
> but now I am stuck.  There appear to be no "idiots guide to
> installation" instructions on how to install Dulwich either on the
> webpage (http://samba.org/~jelmer/dulwich/) or in a file in the
> repository -- it seems you have to either divine or guess the answer.  I
> suspect the Makefile rather than the setup.py is a hint, but it would be
> better to have explicit instruction.
It works the same way as for 99% of all other python packages out there. Run either:

"./setup.py install"

or

"make install"

as superuser.

Cheers,

Jelmer



More information about the bazaar mailing list