**Description** Reference: https://www.pyopensci.org/python-package-guide/tutorials/get-to-know-hatch.html When trying to run: pipx install hatch in Windows command line, the following error is faced: 'pipx' is not recognized as an internal or external command, operable program, or batch file. **Steps to Reproduce** 1. Open a terminal or command prompt. 2. Try running pipx install hatch **Expected Behavior** The pipx command should be recognized and install the package in an isolated environment. **Actual Behavior** The error message "pipx is not recognized" appears as an internal or external command, operable program or batch file. **Solution** Install pipx using pip install pipx. - pip install pipx This is not a bug report but rather a clarification to help users understand the issue.