Skip to content

Commit ca3d594

Browse files
committed
deploy: a08c10e
1 parent c9658ee commit ca3d594

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.doctrees/environment.pickle

711 Bytes
Binary file not shown.
543 Bytes
Binary file not shown.

_sources/tutorials/get-to-know-hatch.md.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,19 @@ however, if you prefer another method, check out the [Hatch installation documen
6666
:::
6767
::::
6868

69+
:::{tip}
70+
Hatch can also be installed directly using [pip](https://hatch.pypa.io/latest/install/#pip) or [conda](https://hatch.pypa.io/latest/install/#conda). We encourage you to
71+
follow the instructions above because we have found that the Hatch installers
72+
for Windows and Mac are the easiest and most efficient.
73+
74+
Our Linux users have found success installing Hatch with pipx if they already
75+
use apt install.
76+
77+
Both approaches (using a graphical installer on Windows/Mac and pipx) ensure
78+
that you have Hatch installed globally. A global install means that Hatch is
79+
available across all of your Python environments on your computer.
80+
:::
81+
6982
### Check that hatch installed correctly
7083

7184
Once you have completed the installation instructions above, you can open your
@@ -79,19 +92,6 @@ hatch --version
7992
*Note the version number output of `hatch --version` will likely be
8093
different from the output above in this tutorial.*
8194

82-
:::{tip}
83-
Hatch can also be installed directly using pip or conda. We encourage you to
84-
follow the instructions above because we have found that the Hatch installers
85-
for Windows and Mac are the easiest and most efficient.
86-
87-
Our Linux users have found success installing Hatch with pipx if they already
88-
use apt install.
89-
90-
Both approaches (using a graphical installer on Windows/Mac and pipx) ensure
91-
that you have Hatch installed globally. A global install means that Hatch is
92-
available across all of your Python environments on your computer.
93-
:::
94-
9595
## Configure Hatch
9696

9797
Once you have installed Hatch, you can customize its configuration. This

tutorials/get-to-know-hatch.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -582,19 +582,9 @@ <h2>Install Hatch<a class="headerlink" href="#install-hatch" title="Link to this
582582
</div>
583583
</div>
584584
</div>
585-
<section id="check-that-hatch-installed-correctly">
586-
<h3>Check that hatch installed correctly<a class="headerlink" href="#check-that-hatch-installed-correctly" title="Link to this heading">#</a></h3>
587-
<p>Once you have completed the installation instructions above, you can open your
588-
terminal, and make sure that Hatch installed correctly using the command below:</p>
589-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>hatch<span class="w"> </span>--version
590-
<span class="c1"># Hatch, version 1.9.4</span>
591-
</pre></div>
592-
</div>
593-
<p><em>Note the version number output of <code class="docutils literal notranslate"><span class="pre">hatch</span> <span class="pre">--version</span></code> will likely be
594-
different from the output above in this tutorial.</em></p>
595585
<div class="admonition tip">
596586
<p class="admonition-title">Tip</p>
597-
<p>Hatch can also be installed directly using pip or conda. We encourage you to
587+
<p>Hatch can also be installed directly using <a class="reference external" href="https://hatch.pypa.io/latest/install/#pip">pip</a> or <a class="reference external" href="https://hatch.pypa.io/latest/install/#conda">conda</a>. We encourage you to
598588
follow the instructions above because we have found that the Hatch installers
599589
for Windows and Mac are the easiest and most efficient.</p>
600590
<p>Our Linux users have found success installing Hatch with pipx if they already
@@ -603,6 +593,16 @@ <h3>Check that hatch installed correctly<a class="headerlink" href="#check-that-
603593
that you have Hatch installed globally. A global install means that Hatch is
604594
available across all of your Python environments on your computer.</p>
605595
</div>
596+
<section id="check-that-hatch-installed-correctly">
597+
<h3>Check that hatch installed correctly<a class="headerlink" href="#check-that-hatch-installed-correctly" title="Link to this heading">#</a></h3>
598+
<p>Once you have completed the installation instructions above, you can open your
599+
terminal, and make sure that Hatch installed correctly using the command below:</p>
600+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>hatch<span class="w"> </span>--version
601+
<span class="c1"># Hatch, version 1.9.4</span>
602+
</pre></div>
603+
</div>
604+
<p><em>Note the version number output of <code class="docutils literal notranslate"><span class="pre">hatch</span> <span class="pre">--version</span></code> will likely be
605+
different from the output above in this tutorial.</em></p>
606606
</section>
607607
</section>
608608
<section id="configure-hatch">

0 commit comments

Comments
 (0)