From 4b051e38ef9096ed496078e4091b7cdd029e9c6a Mon Sep 17 00:00:00 2001 From: David Fischer Date: Fri, 14 Jun 2013 08:04:56 -0700 Subject: [PATCH] Added note about pygit2/libgit2 versioning --- docs/install.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index b18d908..177e208 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -25,6 +25,10 @@ When those are installed, you can install pygit2: $ python setup.py install $ python setup.py test +.. note:: A minor version of pygit2 must be used with the corresponding minor + version of libgit2. For example, pygit2 v0.18.x must be used with libgit2 + v0.18.0. + Building on \*nix (including OS X) ===================================