From 94be744ba64325afb3919a31902d87f4176f8d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Thu, 12 Feb 2015 09:32:58 +0100 Subject: [PATCH] docs: remove reference to LIBGIT2 in OS X notes As disscussed in PR #448 --- docs/install.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index a399f82..e776a0e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -226,10 +226,3 @@ XCode and Hombrew are already installed. $ brew update $ brew install libgit2 $ pip3 install pygit2 - -If the installation of pygit2 is aborted, you might need to export the libgit2 -path before rerunning pip3: - -.. code-block:: sh - - $ export LIBGIT2=/usr/local/Cellar/libgit2//lib