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
We have experienced significant problems with installing hatch using pipx. mostly because pipx is really hard to install.
but for scientists i do think a global installation is ideal.
As such as should update this lesson to do two things
at the beginning of the lesson it should tell the user to insall hatch using the installers. following the instructions on the hatch page linked here.
REMOVE any mention of pipx!! phew.
then the lesson can proceed as it is
it might also be helpful to add a small requirements box.
it can say something like this:
:::{note}
You need to have python installed in order to create a python package. If you don't already have python installed, then hatch will install it for you. If you do already have hatch installed, then you are good to go!
:::
this is the section you'd be editing on that intro lesson called get to know hatch.