Some native Linux packages are required when installing the CLI with:
- Interactive installation script
pip
Current supported Python versions are Python 3.9 ~ 3.12.
The commands to run to install the dependencies for some common distributions are listed below.
sudo apt-get update && sudo apt-get install -y libssl-dev libffi-dev python-dev build-essential
Install the latest Python 3.9 available in the software repo.
sudo dnf install -y gcc libffi-devel python39-devel openssl-devel