You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+10-25Lines changed: 10 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,21 @@ Installation
14
14
Compatibility
15
15
=============
16
16
17
+
python
18
+
------
19
+
17
20
python-libarchive-c is currently tested with python 2.7, 3.4, 3.5, and 3.6.
18
21
19
22
If you find an incompatibility with older versions you can send us a small patch,
20
23
but we won't accept big changes.
21
24
25
+
libarchive
26
+
----------
27
+
28
+
python-libarchive-c may not work properly with obsolete versions of libarchive such as the ones included in MacOS. In that case you can install a recent version of libarchive (e.g. with ``brew install libarchive`` on MacOS) and use the ``LIBARCHIVE`` environment variable to point python-libarchive-c to it::
0 commit comments