Skip to content

Installation

tally is a single binary you can install in whatever way best fits your environment.

Homebrew (macOS/Linux)

brew install wharflab/tap/tally

npm

npm install -g tally-cli

PyPI

pip install tally-cli

RubyGems

gem install tally-cli

Go

go install github.com/wharflab/tally@latest

From source

git clone https://github.com/wharflab/tally.git
cd tally
go build .

Verify

tally --help
tally lint --help