Installation ============ scrape-smith requires Python 3.10 or newer. Install from PyPI: .. code-block:: bash python -m pip install scrape-smith For local development, install the project from the repository root: .. code-block:: bash uv sync The package installs one command-line entry point: .. code-block:: bash scrape --help scrape-smith has no runtime dependencies. Development and documentation tools are installed separately through the repository and ``docs/requirements.txt``.