Skip to content

Commit 184725b

Browse files
authored
Merge pull request #57 from sauhardh/main
Fix: [TYPO] incorrect name for conda activation
2 parents 883bfce + a701d48 commit 184725b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guides/getting-started/yolov8.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Let's add a `yolov8` object detection operator, that you can [find as an example
1212

1313
```bash
1414
conda create -n example_env python=3.11
15-
conda activate test_env
15+
conda activate example_env
1616
pip install -r https://raw.githubusercontent.com/dora-rs/dora/v0.3.6/examples/python-operator-dataflow/requirements.txt
1717
```
1818

@@ -76,7 +76,6 @@ Let's add a `yolov8` object detection operator, that you can [find as an example
7676

7777
`on_event` methods is called when an event is received.
7878
There is currently 4 event types:
79-
8079
- `STOP`: meaning that the operator was signalled to stop.
8180
- `INPUT`: meannig that an input was received.
8281
- You can use `dora_event['id']`, to get the id.

0 commit comments

Comments
 (0)