You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/tutorials/get-to-know-hatch.md.txt
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,19 @@ however, if you prefer another method, check out the [Hatch installation documen
66
66
:::
67
67
::::
68
68
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
+
69
82
### Check that hatch installed correctly
70
83
71
84
Once you have completed the installation instructions above, you can open your
@@ -79,19 +92,6 @@ hatch --version
79
92
*Note the version number output of `hatch --version` will likely be
80
93
different from the output above in this tutorial.*
81
94
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
-
95
95
## Configure Hatch
96
96
97
97
Once you have installed Hatch, you can customize its configuration. This
<p><em>Note the version number output of <codeclass="docutils literal notranslate"><spanclass="pre">hatch</span><spanclass="pre">--version</span></code> will likely be
594
-
different from the output above in this tutorial.</em></p>
595
585
<divclass="admonition tip">
596
586
<pclass="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 <aclass="reference external" href="https://hatch.pypa.io/latest/install/#pip">pip</a> or <aclass="reference external" href="https://hatch.pypa.io/latest/install/#conda">conda</a>. We encourage you to
598
588
follow the instructions above because we have found that the Hatch installers
599
589
for Windows and Mac are the easiest and most efficient.</p>
600
590
<p>Our Linux users have found success installing Hatch with pipx if they already
<p><em>Note the version number output of <codeclass="docutils literal notranslate"><spanclass="pre">hatch</span><spanclass="pre">--version</span></code> will likely be
605
+
different from the output above in this tutorial.</em></p>
0 commit comments