# Installation ETLPlus supports Python 3.13 and 3.14. ```{include} ../../../README.md :start-after: :end-before: ``` ## Documentation contributors Install the docs toolchain used by local builds, CI, and Read the Docs: ```bash pip install -e ".[docs]" ``` From there, build the docs locally with: ```bash make docs-strict ``` Next steps: - Continue with the {doc}`quickstart `. - Explore the {doc}`examples guide <../guides/examples>`. - Browse the {doc}`API reference <../api/index>`.