Dependencies
1 minute read
This page describes how you can install dependencies on different operating systems.
Install dependencies
Run the following code to install dependencies:
brew install jq git python@3 # Install brew, See https://brew.sh/ pip3 install yq Run the following code to install dependencies:
yum install -y epel-release yum install -y jq git python3 pip3 install yq Run the following code to install dependencies:
apt-get install -y jq git python3 python3-pip pip3 install yq Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified October 28, 2021 : minor text changes (be3d64be)