From 6831983a26248db8a45c69953da07b6ce744cc39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Wed, 24 Sep 2014 09:32:07 +0200 Subject: [PATCH] docs: now "pip install pygit2" installs cffi first This was fixed in PR#407 --- docs/install.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/install.rst b/docs/install.rst index e9aaf46..f399f68 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -67,7 +67,6 @@ Once libgit2 is instaleld, deploying pygit2 should be a snap: .. code-block:: sh - $ pip install cffi $ pip install pygit2 @@ -101,7 +100,6 @@ installation of pygit2: ... $ sudo ldconfig ... - $ pip install cffi $ pip install pygit2 Now it should work. If it does not... @@ -175,7 +173,6 @@ Install pygit2: .. code-block:: sh - $ pip install cffi $ pip install pygit2