Installation
To install the core python package (only the Python client, the CLI and the helpers), run:
pip install spark-on-k8s
pip install spark-on-k8s[api]
You can also install the package from source with pip or poetry:
# With pip
pip install . # For the core package
pip install ".[api]" # For the API package
# With poetry
poetry install # For the core package
poetry install -E api # For the API package