需要装两个东西:Python SDK 和 CLI 工具,都要 0.3.8 版本。
1
Python SDK
bash
pip install dora-rs==0.3.8
2
需要通过 cargo(Rust 包管理器)安装:
bash
# 1. 先安装 Rust(如果还没装)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
# 2. 安装 dora CLI
cargo install dora-cli --version 0.3.8 --locked