Homebrew users can now install sgr, the Splitgraph CLI. Source and binary formulas are available.
Consider other install methods.
brew install splitgraph/splitgraph/splitgraph-binaryThe 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.
brew uninstall splitgraph/splitgraph/splitgraph-binarybrew install splitgraph/splitgraph/sgrThe 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.
brew uninstall splitgraph/splitgraph/sgr- 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
sgrsome other way e.g. pip, please be aware whichever copy appears first on yourPATHwill take precedence.
- Historical versions of
sgrare not explicitly supported - Homebrew's
brew installis strictly for the CLI -- it does not install Python modules by design. If you want to wish to work with thesplitgraphmodule in Python, consider PyPI.
Feedback is welcome via GitHub issues, email, or Discord