Skip to content

Commit

Permalink
Update the readme for making the demo more impactful
Browse files Browse the repository at this point in the history
  • Loading branch information
haixuanTao committed Oct 9, 2024
1 parent 15f123a commit ceb87ed
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 51 deletions.
18 changes: 14 additions & 4 deletions examples/translation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,22 @@
Make sure to have, dora, pip and cargo installed.

```bash
# Install rerun if it's not done already
dora up

dora build dataflow_cn_terminal.yml
dora start dataflow_cn_terminal.yml
## For chinese
dora build dataflow_zh_en_terminal.yml
dora start dataflow_zh_en_terminal.yml --detach

# In another terminal
python pretty_print.py

dora stop


## For chinese
dora build dataflow_en_zh_terminal.yml
dora start dataflow_en_zh_terminal.yml --detach

python pretty_print.py

dora stop
```
47 changes: 0 additions & 47 deletions examples/translation/dataflow.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ceb87ed

Please sign in to comment.