Skip to content

Commit de26c26

Browse files
author
SentienceDEV
committed
updated readme
1 parent 61b751a commit de26c26

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash
3434
run: |
3535
pip cache purge || true
36-
pip uninstall -y predicate-sdk || true
36+
pip uninstall -y predicate-sdk predicatelabs || true
3737
# Aggressively clean any bytecode cache (cross-platform Python approach)
3838
python -c "import pathlib; [p.unlink() for p in pathlib.Path('.').rglob('*.pyc')]" || true
3939
python -c "import pathlib, shutil; [shutil.rmtree(p) for p in pathlib.Path('.').rglob('__pycache__') if p.is_dir()]" || true

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ pip install predicate-sdk
3232
playwright install chromium
3333
```
3434

35+
If you’re developing from source (this repo), install the local checkout instead:
36+
37+
```bash
38+
pip install -e .
39+
playwright install chromium
40+
```
41+
3542
## Conceptual example (why this exists)
3643

3744
In Predicate, agents don’t “hope” an action worked.

0 commit comments

Comments
 (0)