Python 交互
1. Install Dora CLI and Dependencies
First, ensure you have Python 3.11 installed.
Next, install uv if you haven't already:
pip install uv
Then, create and activate a virtual environment:
uv venv --seed -p 3.11
source .venv/bin/activate # Linux/macOS
.venv\Scripts\activate # Windows
Finally, install the Dora CLI:
pip install dora-rs-cli