This commit is contained in:
Jared Dillard
2025-12-02 22:09:14 -08:00
parent db32dc60a7
commit c23c6d4468
3 changed files with 10 additions and 6 deletions
+8 -6
View File
@@ -4,17 +4,19 @@ Getting Started
Installation
------------
Directly install via ``pip`` by using:
Directly install by using:
.. code-block:: bash
.. tab:: via pip
pip install sphinx-llms-txt
.. code-block:: bash
Or with ``conda`` via ``conda-forge``:
pip install sphinx-llms-txt
.. code::
.. tab:: via conda:
conda install -c conda-forge sphinx-llms-txt
.. code-block:: bash
conda install -c conda-forge sphinx-llms-txt
Usage
-----