安装¶
pip¶
Hatch 可在 PyPI 上使用,并且可以通过 pip 安装。
pip install hatch
Warning
此方法修改您选择安装的 Python 环境。
pipx¶
pipx 允许在隔离的环境中全局安装 Python 应用程序。
pipx install hatch
Homebrew¶
阅读 formula 了解更多细节。
brew install hatch
Conda¶
阅读 feedstock 了解更多细节。
conda install -c conda-forge hatch
或者使用 mamba:
mamba install hatch
MacPorts¶
阅读 port 了解更多细节。
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
构建系统的可用性¶
Hatchling 是 Hatch 的构建后端,您将永远不需要手动安装。有关版本信息,请参阅其更新日志。
最后更新: August 13, 2022