Skip to content

How to get started

The current option to install jackHI uses the uv Python package and project manager. If you require/desire other installation options, please contact me.

Installing jackHI using UV

Within your virtual environment

After downloading the jackHI repository, activate your virtual environment (e.g. a conda/micromamba/mamba environment). Then execute the following command in the directory in which you saved the jackHI repository:

uv pip install .

This installs jackHI in your virtual environment.

As a system-wide tool

After downloading the jackHI repository, execute the following command in the directory in which you saved the jackHI repository:

uv tool install .

This should install jackHI as a system-wide tool, making the command-line tool available in any environment.