Skip to content

Commit 52ca96a

Browse files
committed
Update readme
1 parent e9e766f commit 52ca96a

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* [Installation](#installation)
1313
* [Usage](#usage)
1414
* [Notes](#notes)
15-
* [Issues](#issues)
1615

1716
## Description
1817

@@ -45,21 +44,15 @@ pip install -i https://test.pypi.org/simple/ python-lzo
4544
pip install reolinkfw
4645
```
4746

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.
4948
A [PR](https://github.com/jd-boyd/python-lzo/pull/75) has been merged to provide
5049
wheels for all version on all platforms but there needs to be a new release first.
5150
In the meantime you can install wheels from
5251
[TestPyPI](https://test.pypi.org/project/python-lzo/) as shown above.
5352

5453
> [!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).
6356
6457
## Usage
6558

@@ -210,8 +203,8 @@ There are 3 types of file systems used for Reolink firmwares:
210203
- [squashfs](https://www.kernel.org/doc/html/latest/filesystems/squashfs.html) (handled by [PySquashfsImage](https://github.com/matteomattei/PySquashfsImage))
211204
- [UBIFS](https://www.kernel.org/doc/html/latest/filesystems/ubifs.html) (handled by [ubi_reader](https://github.com/jrspruitt/ubi_reader))
212205

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.
215208

216209
Here's a map of vendors to hardware versions:
217210

0 commit comments

Comments
 (0)