Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 541 Bytes

File metadata and controls

9 lines (6 loc) · 541 Bytes

Reader with Python

Follow environment setup, then run from the repository root:

python3 examples/reader/python/read.py

Requires Python 3.12+ (3.14 recommended). On Windows, python or py -3 may be your Python command. Uses only the standard library; no virtual environment or package install is required. Success writes reader-output.md in the current directory. See results and retries and Reader options.