Installing the Hyper Protect Secure Build CLI

The Hyper Protect Secure Build CLI script is written in Python and has been tested using Python 3.8. You must install Python3 and pip3 to set up the Secure Build CLI, if you don't have them on your client system.

sudo apt-get update
sudo apt-get install python3 python3-pip
python3 -m pip install -U pip

After the commmands are completed, clone the repository and install the dependencies by running the following commands:

git clone git@github.com:ibm-hyper-protect/secure-build-cli.git
cd secure-build-cli
pip3 install -r requirements.txt

Important: Replace the command entry pip3 install -r requirements.txt with sh requirments390x.txt to install the dependencies if you are using a Linux management server on the s390x architecture.