You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 215 B

1 year ago
1 year ago
1 year ago
12345678910
  1. # Dora echo example
  2. Make sure to have, dora, uv and cargo installed.
  3. ```bash
  4. uv venv -p 3.11 --seed
  5. uv pip install -e ../../apis/python/node --reinstall
  6. dora build dataflow.yml --uv
  7. dora run dataflow.yml --uv
  8. ```