mirror of https://github.com/pypa/hatch.git
443 B
443 B
Installation
pipx
pipx allows for the global installation of Python applications in isolated environments.
pipx install --pip-args "--upgrade --pre" hatch
pip
Hatch is available on PyPI and can be installed with pip.
pip install --upgrade --pre --user hatch
!!! warning This method modifies the Python environment in which you choose to install.