Skip to content

Commit f2d810b

Browse files
committed
Demo setup instruction fixes
1 parent 0fd6552 commit f2d810b

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

examples/cli/cli_wrapper_example.py

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# /// script
2-
# requires-python = ">=3.10"
3-
# dependencies = ["wildedge-sdk", "torch", "timm"]
4-
#
5-
# [tool.uv.sources]
6-
# wildedge-sdk = { path = "..", editable = true }
7-
# ///
81
"""CLI wrapper example.
92
10-
Run:
11-
WILDEDGE_DSN="https://<secret>@ingest.wildedge.dev/<key>" \
12-
wildedge run --print-startup-report --integrations timm -- \
13-
python examples/cli_wrapper_example.py
3+
Recommended:
4+
export WILDEDGE_DSN="https://<secret>@ingest.wildedge.dev/<key>"
5+
./examples/cli/demo.sh
6+
7+
Direct:
8+
cd examples/cli
9+
uv sync
10+
uv run wildedge run --print-startup-report --integrations timm -- \
11+
./cli_wrapper_example.py
1412
"""
1513

1614
import timm

0 commit comments

Comments
 (0)