Skip to content

Commit

Permalink
deploy: 1c7a8b6
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay committed Jan 1, 2024
1 parent 31e6eef commit 44ac854
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
9 changes: 4 additions & 5 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ It can be installed with pip:
pip install mltb2
Some optional dependencies might be necessary. You can install all of them with:

.. code-block:: bash
pip install mltb2[optional]
For many modules optional dependencies are necessary.
Those optional dependencies must be installed when you want to use the module.
To install those module specific dependencies see the description of the individual modules
in the :doc:`api-reference`.

Content
-------
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ <h2>Installation<a class="headerlink" href="#installation" title="Permalink to t
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>mltb2
</pre></div>
</div>
<p>Some optional dependencies might be necessary. You can install all of them with:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>mltb2<span class="o">[</span>optional<span class="o">]</span>
</pre></div>
</div>
<p>For many modules optional dependencies are necessary.
Those optional dependencies must be installed when you want to use the module.
To install those module specific dependencies see the description of the individual modules
in the <a class="reference internal" href="api-reference.html"><span class="doc">API Reference</span></a>.</p>
</section>
<section id="content">
<h2>Content<a class="headerlink" href="#content" title="Permalink to this heading"></a></h2>
Expand Down
Loading

0 comments on commit 44ac854

Please sign in to comment.