Installation ============ End-User Installation --------------------- The recommended way to install ``rms-link-checker`` is via ``pipx``, which installs the CLI in an isolated environment: .. code-block:: bash pipx install rms-link-checker You can also install with ``pip``: .. code-block:: bash pip install rms-link-checker Supported Python Versions -------------------------- ``rms-link-checker`` requires **Python 3.10 or later**. Verifying the Installation --------------------------- .. code-block:: bash link_check --version