You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,15 @@ The fastest way to get started - no local setup required.
59
59
zenml init
60
60
```
61
61
62
-
5.**Install the extension:**
62
+
5.**Start the ZenML server locally:**
63
+
```bash
64
+
zenml login --local
65
+
```
66
+
67
+
6.**Install the extension:**
63
68
- Install from the [Marketplace](https://marketplace.visualstudio.com/items?itemName=zenml-io.zenml-tutorial) or search for "ZenML Tutorial" in the Extensions Marketplace
64
69
65
-
6.**Launch the tutorial:**
70
+
7.**Launch the tutorial:**
66
71
- Open VS Code and the extension will launch automatically
67
72
68
73
### 💻 Alternative: Local Setup with Dev Containers
0 commit comments