Skip to content

splitgraph/homebrew-splitgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Splitgraph Homebrew Tap

Homebrew users can now install sgr, the Splitgraph CLI. Source and binary formulas are available.

Don't use Homebrew?

Consider other install methods.

Install the binary

brew install splitgraph/splitgraph/splitgraph-binary

The binary is fetched, copied, and linked, which should take a few seconds. This binary is currently x86_64, and works on Apple Silicon via Rosetta.

Need to uninstall?

brew uninstall splitgraph/splitgraph/splitgraph-binary

Install from source

brew install splitgraph/splitgraph/sgr

The source code will be downloaded, compiled, and a CPU native version of sgr will be added to your system. Tip: Apple Silicon users who prefer a CPU-native binary should consider this.

Need to uninstall?

brew uninstall splitgraph/splitgraph/sgr

Caveats

  • While you can install both source and binary versions simultaneously, Homebrew will only link (i.e. make available to your PATH) one version at a time.
  • While the binary is x86_64 architecture only at this time, we have a report of an Apple Silicon/Monterey user installing and using it successfully.
  • Note: If you have previously installed sgr some other way e.g. pip, please be aware whichever copy appears first on your PATH will take precedence.

Not supported

  • Historical versions of sgr are not explicitly supported
  • Homebrew's brew install is strictly for the CLI -- it does not install Python modules by design. If you want to wish to work with the splitgraph module in Python, consider PyPI.

Contributing / Issues

Feedback is welcome via GitHub issues, email, or Discord

Releases

No releases published

Packages

No packages published

Languages