Skip to content

Commit 32389b4

Browse files
viraatcclaude
andcommitted
docs: add pytest and CLI examples after venv activation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ba86d5e commit 32389b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ uv run pre-commit install
2727

2828
# Activate the venv to use python/pytest/etc. directly (optional)
2929
source .venv/bin/activate
30+
pytest -m "not performance and not run_explicitly"
31+
inference-endpoint --help
3032
```
3133

3234
**Option B: pip + venv**

0 commit comments

Comments
 (0)