.. _install: ============ Installation ============ You can install ``sphinx-multiversion`` via `pip `_. Install from PyPi =================== Using pip you can easily install the latest release version `PyPI `_: .. code-block:: bash pip install sphinx-multiversion Install from GitHub =================== You can install the latest development version using pip directly from the GitHub repository: .. code-block:: bash pip install git+https://github.com/sphinx-contrib/multiversion.git Install from local clone ======================== It's also possible to clone the Git repository and install the extension from the local clone. .. code-block:: bash git clone https://github.com/sphinx-contrib/multiversion.git cd multiversion pip install . .. _pip: https://pip.pypa.io/en/stable/ .. _pypi: https://pypi.org/