Skip to Content
Get startedInstallation

Installation

Install the sigit command with the package manager you already use:

# npm npm install --global @smbcloud/sigit # Homebrew (macOS and Linux) brew install getsigit/tap/sigit # Cargo cargo install sigit # PyPI wrapper pip install sigit-code

Verify the installation:

sigit --help

The npm and PyPI packages download the native binary for your platform. For source builds, use the getsigit/sigit repository .

Last updated on