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.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,20 +42,20 @@ See [example](examples/basic_writer.py) for a basic usage of the writer API.
42
42
43
43
## User Documentation
44
44
45
-
### Setup: Ubuntu/Debian `x86_64` (Recommended)
45
+
### Setup: Ubuntu/Debian and macOS `x86_64` (Recommended)
46
46
47
47
Install the python `libzim` package from PyPI.
48
48
49
49
```bash
50
50
pip3 install libzim
51
51
```
52
52
53
-
The `x86_64` linux wheel automatically includes the `libzim.so` dylib and headers, but other platforms may need to install `libzim` and its headers manually.
53
+
The `x86_64` linux and macOS wheels automatically includes the `libzim.(so|dylib)` dylib and headers, but other platforms may need to install `libzim` and its headers manually.
54
54
55
55
56
56
### Installing the `libzim` dylib and headers manually
57
57
58
-
If you are not on a linux `x86_64` platform, you will have to install libzim manually.
58
+
If you are not on a linux or macOS `x86_64` platform, you will have to install libzim manually.
59
59
60
60
Either by get a prebuilt binary at https://download.openzim.org/release/libzim
61
61
or [compile `libzim` from source](https://github.com/openzim/libzim).
0 commit comments