|
12 | 12 | * [Installation](#installation) |
13 | 13 | * [Usage](#usage) |
14 | 14 | * [Notes](#notes) |
15 | | -* [Issues](#issues) |
16 | 15 |
|
17 | 16 | ## Description |
18 | 17 |
|
@@ -45,21 +44,15 @@ pip install -i https://test.pypi.org/simple/ python-lzo |
45 | 44 | pip install reolinkfw |
46 | 45 | ``` |
47 | 46 |
|
48 | | -python-lzo doesn't have wheels for Linux and for Python 3.9+ on macOS. |
| 47 | +python-lzo doesn't have wheels on PyPI for Linux and for Python 3.9+ on macOS yet. |
49 | 48 | A [PR](https://github.com/jd-boyd/python-lzo/pull/75) has been merged to provide |
50 | 49 | wheels for all version on all platforms but there needs to be a new release first. |
51 | 50 | In the meantime you can install wheels from |
52 | 51 | [TestPyPI](https://test.pypi.org/project/python-lzo/) as shown above. |
53 | 52 |
|
54 | 53 | > [!IMPORTANT] |
55 | | -> No Python 3.12 wheels exist yet for python-lzo and lz4. |
56 | | -> To build python-lzo from source see |
57 | | -> [here](https://github.com/jd-boyd/python-lzo/blob/dc6a0f365267c4db99caf941e1beeb9fdfe0fe8c/README.md#installation) |
58 | | -> (Linux and macOS) and |
59 | | -> [here](https://github.com/jd-boyd/python-lzo?tab=readme-ov-file#building-from-source) |
60 | | -> (Windows), and |
61 | | -> [here](https://python-lz4.readthedocs.io/en/stable/install.html#installing-from-source) |
62 | | -> for lz4. |
| 54 | +> No Python 3.12 wheels exist yet for lz4. To build it from source see |
| 55 | +> [here](https://python-lz4.readthedocs.io/en/stable/install.html#installing-from-source). |
63 | 56 |
|
64 | 57 | ## Usage |
65 | 58 |
|
@@ -210,8 +203,8 @@ There are 3 types of file systems used for Reolink firmwares: |
210 | 203 | - [squashfs](https://www.kernel.org/doc/html/latest/filesystems/squashfs.html) (handled by [PySquashfsImage](https://github.com/matteomattei/PySquashfsImage)) |
211 | 204 | - [UBIFS](https://www.kernel.org/doc/html/latest/filesystems/ubifs.html) (handled by [ubi_reader](https://github.com/jrspruitt/ubi_reader)) |
212 | 205 |
|
213 | | -Some ZIP files provided by Reolink contain multiple PAKs. This is why `firmware_info` |
214 | | -always returns a list. |
| 206 | +Some ZIP files provided by Reolink contain multiple PAKs. This is why |
| 207 | +`firmware_info` always returns a list. |
215 | 208 |
|
216 | 209 | Here's a map of vendors to hardware versions: |
217 | 210 |
|
|
0 commit comments