Installation instructions are not complete for Windows.
See original GitHub issueHello and thank you for creating and maintaining hatch
as FOSS.
I’ve recently installed hatch
on Windows and I think there’s room for a small improvement either in the installation instructions or in the installation process itself.
The Installation page has only one step specified when installing with pip
:
pip install hatch
The following documentation pages make reference to hatch
being called directly from the command line as, for example:
hatch new "Hatch Demo"
The issue, for me, is that once I’ve installed hatch
globally using pip
on my Windows machine, it is not available directly from the command line. I can only use it with python -m hatch
.
May I suggest either updating the documentation with instructions on how to make hatch
available in the command line or augmenting the installation process to automatically make it available.
Thanks again, @urig
Issue Analytics
- State:
- Created a year ago
- Comments:5
Turns out I’m already on the latest version of pyenv-win (2.64.11) and yet uninstalling hatch and reinstalling it did not fix the issue.
pyenv rehash
did though so I’m a happy camper. Many thanks for your help 🌷Looks like https://github.com/pyenv-win/pyenv-win/issues/92