Skip to content

Commit 9107c2d

Browse files
zeevdrclaude
andcommitted
docs: pin examples to opendecree>=0.3.0a1 and document --pre install
examples/requirements.txt pinned to >=0.3.0a1 so pip resolves the current alpha release. README prerequisites section updated with --pre flag and alpha-status note. Closes #66 Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3955ffa commit 9107c2d

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

examples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ The tenant ID is written to `.tenant-id` — examples read it automatically.
1818

1919
## Prerequisites
2020

21+
OpenDecree is currently in alpha. Install with the `--pre` flag so pip's resolver includes pre-release versions:
22+
2123
```bash
22-
pip install opendecree
24+
pip install --pre opendecree
2325
```
2426

2527
For the FastAPI example, also install:

examples/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
opendecree>=0.1.0
1+
opendecree>=0.3.0a1

0 commit comments

Comments
 (0)