Installation¶
Hyper-Extract requires Python 3.11+.
Install as CLI Tool¶
If you want to use the he command from anywhere:
Install as Python Library¶
If you want to use Hyper-Extract in your Python code:
Verify Installation¶
Development Installation¶
If you want to contribute or modify the source code:
# Clone the repository
git clone https://github.com/yifanfeng97/hyper-extract.git
cd hyper-extract
# Install in editable mode with dev dependencies
pip install -e ".[dev]"
What's Next?¶
- CLI Quickstart β Your first extraction from the terminal
- Python Quickstart β Your first extraction with Python