Skip to content

Commit ebd1ff7

Browse files
committed
docs: add Install section with PyPI link
Agent: Grok Build (grok-4.5)
1 parent ec3fc7a commit ebd1ff7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ late/EOF — a tree/DOM consumer either waits for those outers or holds the whol
2323
Threat model / landscape:
2424
[`backlog/docs/streaming-memory-model-and-landscape.md`](backlog/docs/streaming-memory-model-and-landscape.md).
2525

26+
## Install
27+
28+
[PyPI](https://pypi.org/project/xml-iterator/) — package `xml-iterator`, import `xml_iterator`.
29+
30+
```bash
31+
pip install xml-iterator
32+
# or: uv pip install xml-iterator
33+
```
34+
35+
From a clone: `make develop` (release extension; needed for honest benches/tests).
36+
2637
## Benchmarks
2738

2839
Release builds only (`make develop` / `make build`). Debug extensions are ~9× slower.

0 commit comments

Comments
 (0)