deploy: 61ced9335c2ffeb230d4d0756bcfc42e72702a5a

This commit is contained in:
OleehyO
2025-04-23 10:42:05 +00:00
parent e77c222469
commit f63d3e7fa0
3 changed files with 5 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ You can install TexTeller using pip:
.. code-block:: bash .. code-block:: bash
pip install texteller pip install uv
uv pip install texteller
Quick Start Quick Start
---------- ----------

View File

@@ -403,7 +403,8 @@ document.write(`
<section id="installation"> <section id="installation">
<h2>Installation<a class="headerlink" href="#installation" title="Link to this heading">#</a></h2> <h2>Installation<a class="headerlink" href="#installation" title="Link to this heading">#</a></h2>
<p>You can install TexTeller using pip:</p> <p>You can install TexTeller using pip:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>texteller <div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>uv
uv<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>texteller
</pre></div> </pre></div>
</div> </div>
</section> </section>

File diff suppressed because one or more lines are too long