Skip to content

Commit da7154a

Browse files
authored
Merge branch 'main' into docs/update-contributors-guide
2 parents 8aee5be + a08c10e commit da7154a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

tutorials/get-to-know-hatch.md

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

0 commit comments

Comments
 (0)