- Python 3.11 or later
pip(Python package manager)kubectl(required for commands that interact with the Kubernetes API)
# Create and activate a virtual environment
python -m venv venv
source venv/bin/activate
# Install the CLI
pip install oks-cli
# Check version of oks-cli
oks-cli version