Skip to content

Commit

Permalink
Add a prerequisite for the Go compiler for go-jsonnet
Browse files Browse the repository at this point in the history
The `gojsonnet` Python package requires a working Go compiler, since
no wheels are published for that package. This commit updates the PyPI
install instructions for Commodore with a prerequisite for a working Go
compiler.
  • Loading branch information
simu committed Nov 11, 2024
1 parent cd67607 commit 0cc53da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/explanation/running-commodore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ We recommend that you install Python and the `venv` module with your preferred p
* Additionally, a few of the Commodore Python package dependencies require a working C compiler, the Python 3 development package, and the FFI development package.
On Linux distributions you'll want packages `python3-dev` or `python3-devel` and `libffi-dev` or `libffi-devel` respectively.
Please refer to your operating system's documentation for instructions to setup a working C compiler.
* Installing the `gojsonnet` Python package requires a working Go compiler.
Please check your operating system's documentation for instructions to setup a working Go compiler.
* On some Linux distributions, you may need to install the Python `wheel` package manually.
* jsonnet-bundler from https://github.com/projectsyn/jsonnet-bundler/releases[projectsyn/jsonnet-bundler/releases] in your `$PATH` as `jb`.
* Helm 3, https://helm.sh/docs/intro/install/[installation instructions]
Expand Down

0 comments on commit 0cc53da

Please sign in to comment.