Installation¶
Recommended: pipx (isolated CLI)¶
pipx gives you an isolated environment and puts grok-utils directly on your PATH. Ideal for CLI tools.
pip (global or virtualenv)¶
From source (development / latest)¶
git clone https://github.com/cobusgreyling/grok-build-cli-utilities.git
cd grok-build-cli-utilities
pip install -e ".[dev]"
After editable install you can run grok-utils (ensure the Python user scripts dir or venv bin is on PATH).
You can also run directly:
Verify¶
Using with a non-default Grok home¶
All commands support:
Updating¶
Optional: docs extras (for contributors)¶
See Development for the full workflow.