依赖
1 分钟 阅读时间
本页介绍如何在不同的操作系统上安装依赖。
安装依赖
运行以下命令安装依赖:
brew install jq git python@3 # 安装 brew, 请看 https://brew.sh/
pip3 install yq
运行以下命令安装依赖:
yum install -y epel-release
yum install -y jq git python3
pip3 install yq
运行以下命令安装依赖:
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.
最后修改
2021.10.25
: minor text changes (4d3640ce)