Skip to content

Commit 6d19205

Browse files
authored
Update pipeline execution instructions in hello-world.md (#4103)
* Update pipeline execution instructions in hello-world.md * Small edit
1 parent 56a7669 commit 6d19205

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

docs/book/getting-started/hello-world.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,14 @@ if __name__ == "__main__":
4949
<strong> basic_pipeline()
5050
</strong></code></pre>
5151

52-
{% hint style="success" %}
53-
Run this pipeline locally with `python run.py`. ZenML automatically tracks the execution and stores artifacts.
54-
{% endhint %}
52+
Run this pipeline in batch mode locally:
53+
54+
```bash
55+
python run.py
56+
```
57+
58+
You will see ZenML automatically tracks the execution and stores artifacts. View these on the CLI or on the dashboard.
59+
5560
{% endstep %}
5661

5762
{% step %}

examples/weather_agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Deploy the agent pipeline as a real-time service ([see code](pipelines/weather_a
2525

2626
```bash
2727
# See service at http://localhost:8000
28-
zenml pipeline deploy pipelines.weather_agent.weather_agent_pipeline
28+
zenml pipeline deploy pipelines.weather_agent.weather_agent
2929
```
3030

3131
**Make predictions via API**

0 commit comments

Comments
 (0)