docs: now "pip install pygit2" installs cffi first

This was fixed in PR#407
This commit is contained in:
J. David Ibáñez
2014-09-24 09:32:07 +02:00
parent 8bb263559d
commit 6831983a26

View File

@@ -67,7 +67,6 @@ Once libgit2 is instaleld, deploying pygit2 should be a snap:
.. code-block:: sh .. code-block:: sh
$ pip install cffi
$ pip install pygit2 $ pip install pygit2
@@ -101,7 +100,6 @@ installation of pygit2:
... ...
$ sudo ldconfig $ sudo ldconfig
... ...
$ pip install cffi
$ pip install pygit2 $ pip install pygit2
Now it should work. If it does not... Now it should work. If it does not...
@@ -175,7 +173,6 @@ Install pygit2:
.. code-block:: sh .. code-block:: sh
$ pip install cffi
$ pip install pygit2 $ pip install pygit2