Skip to content

Commit ddbbd29

Browse files
committed
Docs: Add note about pip compatibility
Fixes #999
1 parent a92a453 commit ddbbd29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/install.rst

+7
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,17 @@ Install pygit2:
1717

1818
.. code-block:: sh
1919
20+
$ pip --version
21+
pip 19.3.1 from /usr/lib64/python3.6/site-packages/pip (python 3.6)
2022
$ pip install pygit2
2123
2224
The line above will install binary wheels if available in your platform.
2325

26+
.. warning::
27+
28+
pip 18.1 is known not to pick the binary wheel. Please verify that you have
29+
pip 19.0 or later.
30+
2431
To install the source package:
2532

2633
.. code-block:: sh

0 commit comments

Comments
 (0)