/install-binary

Install binary from GitHub to local bin

Primary LanguagePythonMIT LicenseMIT

Notes

Install binary from GitHub to ~/.local/bin.

The binaries can be packaged either in a tarball or as a direct binary.

See also ARCHITECTURE.md.

Prerequisites

  • hatch -- install via pipx hatch or pip install --user hatch

How to use

# to install via pipx locally
make deploy

Develop

make fmt
hatch run test
make help
make mypy
hatch run cli