Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1fd89a0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Dec 30, 2024
1 parent 98279d7 commit 4d6b48c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/installing.doctree
Binary file not shown.
8 changes: 4 additions & 4 deletions latest/_sources/installing.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Installation
************

This library requires `Python <https://www.python.org/downloads/>`_ 3.8 or higher.
This library requires `Python <https://www.python.org/downloads/>`_ 3.9 or higher.

Via Python Package
==================

Install the last stable release of the package using `pip <https://pip.pypa.io/en/stable/installation/>`_:
Install the last stable release of the package using `uv <https://docs.astral.sh/uv/>`_:

.. code:: bash
pip install torchcam
uv pip install torchcam
Via Conda
Expand All @@ -33,4 +33,4 @@ Install the library in developer mode:
.. code:: bash
git clone https://github.com/frgfm/torch-cam.git
pip install -e torch-cam/.
uv pip install -e torch-cam/.
8 changes: 4 additions & 4 deletions latest/installing.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@
<article role="main" id="furo-main-content">
<section id="installation">
<h1>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h1>
<p>This library requires <a class="reference external" href="https://www.python.org/downloads/">Python</a> 3.8 or higher.</p>
<p>This library requires <a class="reference external" href="https://www.python.org/downloads/">Python</a> 3.9 or higher.</p>
<section id="via-python-package">
<h2>Via Python Package<a class="headerlink" href="#via-python-package" title="Link to this heading"></a></h2>
<p>Install the last stable release of the package using <a class="reference external" href="https://pip.pypa.io/en/stable/installation/">pip</a>:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>torchcam
<p>Install the last stable release of the package using <a class="reference external" href="https://docs.astral.sh/uv/">uv</a>:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>uv<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>torchcam
</pre></div>
</div>
</section>
Expand All @@ -288,7 +288,7 @@ <h2>Via Conda<a class="headerlink" href="#via-conda" title="Link to this heading
<h2>Via Git<a class="headerlink" href="#via-git" title="Link to this heading"></a></h2>
<p>Install the library in developer mode:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/frgfm/torch-cam.git
pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>torch-cam/.
uv<span class="w"> </span>pip<span class="w"> </span>install<span class="w"> </span>-e<span class="w"> </span>torch-cam/.
</pre></div>
</div>
</section>
Expand Down
Loading

0 comments on commit 4d6b48c

Please sign in to comment.