2.0 KiB
Installation
GitHub releases
Each release provides the following:
- Standalone binaries for Linux, Windows, and macOS
- Windows AMD64 (64-bit) MSI installer
- Windows x86 (32-bit) MSI installer
- Windows universal (AMD64+x86) EXE installer
- macOS DMG installer
pip
Hatch is available on PyPI and can be installed with pip.
pip install hatch
!!! warning This method modifies the Python environment in which you choose to install. Consider instead using pipx to avoid dependency conflicts.
pipx
pipx allows for the global installation of Python applications in isolated environments.
pipx install hatch
Homebrew
See the formula for more details.
brew install hatch
Conda
See the feedstock for more details.
conda install -c conda-forge hatch
or with mamba:
mamba install hatch
!!! warning This method modifies the Conda environment in which you choose to install. Consider instead using pipx or condax to avoid dependency conflicts.
MacPorts
See the port for more details.
sudo port install hatch
Fedora
The minimum supported version is 37, currently in development as Rawhide.
sudo dnf install hatch
Void Linux
xbps-install hatch
Build system availability
Hatchling is Hatch's build backend which you will never need to install manually. See its changelog for version information.