This repository was archived by the owner on Jan 23, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 "substitution" ,
4646]
4747myst_substitutions = {
48+ "requires_python" : ">=3.11" ,
4849 "version" : "0.5.0rc2" ,
4950}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ This package includes:
99- The client CLI tool.
1010- An exporter runtime and built-in drivers.
1111
12- The Python package can be installed using `` pip `` or similar, Python 3.10 or newer is required.:
12+ The Python package can be installed using `` pip `` or similar, Python {{requires_python}} is required.:
1313
1414<!-- TODO: create meta-package-to-install-all -->
1515
@@ -32,4 +32,4 @@ $ source ~/.venv/jumpstarter/bin/activate
3232$ pip3 install ....
3333```
3434
35- An alternative to installing the packages is to [ use the container package] ( ./container-jmp.md ) .
35+ An alternative to installing the packages is to [ use the container package] ( ./container-jmp.md ) .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ the latest release.
1010``` {code-block} bash
1111:substitutions:
1212export VERSION={{version}}
13- export ARCH=amd64
13+ export ARCH=amd64 # or arm64
1414
1515curl -L https://github.com/jumpstarter-dev/jumpstarter-controller/releases/download/${VERSION}/jmpctl_${VERSION}_linux_${ARCH} \
1616 -o /usr/local/bin/jmpctl
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export:
3636
3737## Running an Exporter
3838
39- To run an Exporter on a host system, you must have Python >= 3.11 installed
39+ To run an Exporter on a host system, you must have Python {{requires_python}} installed
4040and the required driver packages installed locally.
4141
4242Exporters can be run in a privileged container or as a systemd daemon. It is
You can’t perform that action at this time.
0 commit comments