Install the Gateway Python SDK.
pip install gateway.whl
# For AWS pip install "gateway[aws]" # For Azure (coming soon) pip install "gateway[azure]"
from gateway import __version__ print(__version__)