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-codeVerify the installation:
sigit --helpThe npm and PyPI packages download the native binary for your platform. For source builds, use the getsigit/sigit repository .
Last updated on