install.rst 886 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _install:
  2. ============
  3. Installation
  4. ============
  5. You can install ``sphinx-multiversion`` via `pip <pip_>`_ or directly from :file:`setup.py`.
  6. .. note::
  7. Since ``sphinx-multiversion`` is still under heavy development, it is not available on `PyPI <pypi_>`_ yet.
  8. Install from GitHub
  9. ===================
  10. You can install the latest development version using pip to install directly from the GitHub
  11. repository.
  12. .. code-block:: bash
  13. pip install git+https://github.com/Holzhaus/sphinx-multiversion.git
  14. Install via :file:`setup.py`
  15. ============================
  16. It's also possible to clone the Git repository and install the extension using its :file:`setup.py`:
  17. .. code-block:: bash
  18. git clone https://github.com/Holzhaus/sphinx-multiversion.git
  19. cd sphinx-multiversion
  20. python setup.py install
  21. .. _pip: https://pip.pypa.io/en/stable/
  22. .. _pypi: https://pypi.org/