mirror of https://github.com/pypa/hatch.git
1.3 KiB
1.3 KiB
Installation
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.
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
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
See Hatchling's changelog.